MPLUGIN-132: Don't encourage users to use "mvn -up" to update plugins

o removed mvn -up

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@684468 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-08-10 11:45:11 +00:00
parent 5f13b24b5f
commit d5f8688fec
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ report.plugin.systemrequirements.memory=Memory
report.plugin.systemrequirements.diskspace=Disk Space
report.plugin.usage=Usage
report.plugin.usage.intro=You could run 'mvn -up' to get the latest version of this plugin, or specify the version in your project's plugin configuration:
report.plugin.usage.intro=You should specify the version in your project's plugin configuration:
report.plugin.usage.pluginManagement=To define the plugin version in your parent POM
report.plugin.usage.plugins=To use the plugin goals in your POM or parent POM
report.plugin.usage.reporting=To use the report goals in your POM or parent POM

View File

@ -38,7 +38,7 @@ report.plugin.systemrequirements.memory=M\u00e9moire
report.plugin.systemrequirements.diskspace=Espace Disque
report.plugin.usage=Utilisation
report.plugin.usage.intro=Vous pouvez appeler 'mvn -up' pour obtenir la derni\u00e8re version de ce plugin, ou sp\u00e9cifier la version dans la configuration de votre projet:
report.plugin.usage.intro=Vous devez sp\u00e9cifier la version dans la configuration de votre projet:
report.plugin.usage.pluginManagement=Pour d\u00e9finir la version du plugin dans le POM parent
report.plugin.usage.plugins=Pour utiliser les goals du plugin dans votre POM ou POM parent
report.plugin.usage.reporting=Pour utiliser les goals de rapports dans votre POM ou POM parent