Stephen Connolly edited a comment on Bug MVERSIONS-163

@Richard Eggert, the parameter includesList corresponds to the _expression_ ${includes} so

mvn version:use-latest-releases "-Dincludes=org.springframework:*:*:*"
{/code}

*should* work *BY DESIGN*

mvn version:use-latest-releases "-DincludesList=org.springframework:::*"

{/code}

should never work

See

http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#excludesList
and
http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#includesList

The key thing to look at is the "_expression_"

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