SebbASF commented on Bug MCLIRR-57

Commons CLI will do as a sample project:
https://svn.apache.org/repos/asf/commons/proper/cli/trunk

Run the following command:

mvn site -Dclirr.skip -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -Dcobertura.skip -Dchanges.jira.skip -Dfindbugs.skip

(the other skip definitions are to speed up the test)

Note that the file clirr-report.html is generated, whereas the checkstyle and jira changes are not

Running with -X gives the following debug:

[DEBUG] Configuring mojo 'org.codehaus.mojo:clirr-maven-plugin:2.5:clirr' -->
[DEBUG]   (f) classesDirectory = D:\eclipseworkspaces\main\commons-cli\target\classes
[DEBUG]   (f) comparisonVersion = 1.2
[DEBUG]   (f) htmlReport = true
[DEBUG]   (f) linkXRef = true
[DEBUG]   (f) localRepository = Repository[local|file://D:/repository]
[DEBUG]   (f) logResults = false
[DEBUG]   (f) minSeverity = info
[DEBUG]   (f) outputDirectory = D:\eclipseworkspaces\main\commons-cli\target\site
[DEBUG]   (f) project = MavenProject: commons-cli:commons-cli:1.3-SNAPSHOT @ D:\eclipseworkspaces\main\commons-cli\pom.xml
[DEBUG]   (f) showSummary = true
[DEBUG]   (f) skip = true
[DEBUG]   (f) xrefLocation = D:\eclipseworkspaces\main\commons-cli\target\site\xref
[DEBUG] -- end configuration --

This shows that the skip parameter has been recognised, yet the report is still generated.

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