Hi,
I am writing a new plugin based on
org.codehaus.mojo.versions.UseLatestVersionsMojo,
but I get an error when executing it.
I create a new project as follows:
mvn archetype:generate -DgroupId=sample.plugin
-DartifactId=versions2-maven-plugin
-DarchetypeGroupId=org.apache.maven.archetypes
-Darc
Hi,
I have several maven projects, and I need to execute a script that updates
the version of a dependency.
this works:
mvn versions:use-latest-versions -Dincludes=my_group:my_artifact
this updates to the lastest version of the dependency. see
http://mojo.codehaus.org/versions-maven-plugin/
ho