Compare dependency versions to a remote pom's dependency management.
--------------------------------------------------------------------

                 Key: MVERSIONS-31
                 URL: http://jira.codehaus.org/browse/MVERSIONS-31
             Project: Maven 2.x Versions Plugin
          Issue Type: New Feature
            Reporter: Paul Gier


I would like to be able to compare the dependency versions resolved in a local 
project to the versions contained in the dependency management section of a pom 
in the repository.

For example, from my project directory, I would run something like:
{{mvn versions:compare-dependencies -DremotePom=org.test:projectA:1.0}}

The plugin would compare the local pom dependencies to those in the 
dependencyManagement section of the remote pom (projectA), and print out the 
results.  This would provide some of the benefits of dependencyManagement 
without requiring the pom to have an inheritance relationship (parent pom) or 
dependency relationship (using import scope).

Optionally, the plugin would be able to make updates to the local pom and set 
the versions to those in the remote pom.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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