Issue Type: Improvement Improvement
Affects Versions: 2.6
Assignee: Unassigned
Attachments: isAddedToClasspath.patch
Created: 02/Nov/13 1:13 PM
Description:

For Jenkins plugins, they are packages as hpi files, this means that they can't be easily compared using CLIRR. I did get it to work by going into AbstractClirrMojo.java and adding the following code around line 412:

|| "hpi".equals( artifact.getType() )


I propose the attached patch file which I think would make it easier to support more types of packaging.

I don't have a testcase to test this, though it works with the build of clirr-maven-plugin itself AND the Jenkins plugin I was trying to use it on.

Project: Mojo's Clirr Maven Plugin
Priority: Minor Minor
Reporter: Alex Earl
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