Issue Type: Bug Bug
Affects Versions: 2.4
Assignee: Unassigned
Created: 04/Oct/12 8:43 AM
Description:

AbstractClirrMojo (v.2.4) from line 332:

Artifact artifact = (Artifact) iter.next();
    // Clirr expects JAR files, so let's not pass other artifact files.
    // MCLIRR-39 Support for Maven Plugins, which are also JARs
    if ( "jar".equals( artifact.getType() ) || "maven-plugin".equals( artifact.getType() ) ) {
        files.add( new File( localRepository.getBasedir(), localRepository.pathOf( artifact ) ) );
    }

Bundles have "bundle" type, not "jar" or "aven-plugin", so Clirr cannot be used (even if you configure "comparisonArtifact"). One solution would be to make the list of type a configuration option (artifactType?) of the plugin

Environment: Maven 2.2.1, Windows XP, Oracle Java 7
Project: Maven 2.x Clirr Plugin
Priority: Major Major
Reporter: JP Chemali
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