Compare against other artifacts
-------------------------------

                 Key: MCLIRR-3
                 URL: http://jira.codehaus.org/browse/MCLIRR-3
             Project: Maven 2.x Clirr Plugin
          Issue Type: New Feature
            Reporter: Jochen Wiedmann
         Attachments: comparisonArtifacts.patch

The attached patch adds a configuration like the following to the 
clirr-maven-plugins configuration:

        <configuration>
          ...
          <comparisonArtifacts>
            <comparisonArtifact>
              <groupId>javax.xml.bind</groupId>
              <artifactId>jaxb-api</artifactId>
              <version>2.1</version>
            </comparisonArtifact>
          </comparisonArtifacts>
        </configuration>

This is useful in a project, which creates a clean room implementation of an 
existing API. (In my case jaxme-jaxb-api vs. jaxb-api.) It is also useful, if a 
project changes its artifactId or groupId.


-- 
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