I'm trying to use this feature on the command line so from the documentation that says that includesList is "Designed to allow specifing the set of includes from the command line" I first tried indludesList. Now according to @Stephen Connolly's comment here I tried includes.

However when I run:

mvn org.codehaus.mojo:versions-maven-plugin:1.3.1:use-latest-versions "-Dincludes=org.apache.stanbol:*:*:*"  -DallowSnapshots=true -DexcludeReactor=false

The changes include


      <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.7.1.1</version>
+      <version>10.9.1.0</version>
     </dependency>

which is not what I expected

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to