/[Apache-SVN]
ViewVC logotype

Revision 219089


Jump to revision: Previous Next
Author: jdcasey
Date: Thu Jul 14 20:35:23 2005 UTC (19 years, 3 months ago)
Changed paths: 8
Log Message:
Cleaned up plugin-version resolution.

o Added four command-line options:

  --check-plugin-updates is a synonym for --update-plugins
  
  --no-plugin-registry turns off usage of plugin-registry.xml for plugin version resolution for the current build.
  
  --check-plugin-latest turns on usage of LATEST metadata for plugin version resolution for the current build.

  --no-plugin-latest turns off usage of LATEST metadata for plugin version resolution for the current build.

o Added settings.xml configuration <usePluginRegistry>true|false</usePluginRegistry> to en/disable the use of plugin-registry.xml for plugin version resolution. The default value is true, to use the plugin-registry.xml.

o Added plugin-registry.xml configuration <checkLatest>true|false</checkLatest> to en/disable the use of LATEST metadata when resolving plugin versions. The default value is false, or do not use LATEST.



Changed paths

Path Details
Directorymaven/components/trunk/m2-bootstrap-all.bat modified , text changed
Directorymaven/components/trunk/m2-bootstrap-all.sh modified , text changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java modified , text changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/version/DefaultPluginVersionManager.java modified , text changed
Directorymaven/components/trunk/maven-core-it-verifier/src/main/java/org/apache/maven/it/Verifier.java modified , text changed
Directorymaven/components/trunk/maven-plugin-registry/plugin-registry.mdo modified , text changed
Directorymaven/components/trunk/maven-settings/settings.mdo modified , text changed
Directorymaven/components/trunk/maven-settings/src/main/java/org/apache/maven/settings/RuntimeInfo.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26