GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Maven site does not run reports from the command line with maven 3 #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running

$ mvn site

with maven 3 from the command line does not run any of the configured reporting 
plugins.  This is a known incompatibility between maven 3 and the maven site 
plugin.

$ mvn -version
Apache Maven 3.0.1 (r1038046; 2010-11-23 04:58:32-0600)

The workaround is a maven-3 profile that sets the maven site plugin version to 
3.0-beta-3.  When I enable this profile I run into some other problems with the 
findbugs maven plugin.

It would also be a good idea to take this opportunity to update other maven 
reporting plugins to their most recent versions.

Original issue reported on code.google.com by heue...@gmail.com on 21 Dec 2010 at 10:26

GoogleCodeExporter commented 9 years ago
Committed profile to trunk

$ svn commit -m "adding maven-3 profile for setting maven-site plugin version 
to 3.0-beta-3 for maven 3"
Committed revision 1091.

and release-1.3 branch

$ svn commit -m "adding maven-3 profile for setting maven-site plugin version 
to 3.0-beta-3 for maven 3"
Committed revision 1092.

Original comment by heue...@gmail.com on 21 Dec 2010 at 10:31

GoogleCodeExporter commented 9 years ago
Committed plugin version updates to svn trunk

$ svn commit -m "updating maven plugin and maven report plugin versions" .
Sending        core/pom.xml
Sending        core/src/build/conf/checkstyle.xml
Sending        extras/pom.xml
Sending        extras/src/build/conf/checkstyle.xml
Sending        jdk16/pom.xml
Sending        jdk16/src/build/conf/checkstyle.xml
Sending        parent/pom.xml
Sending        swt/pom.xml
Sending        swt/src/build/conf/checkstyle.xml
Transmitting file data .........
Committed revision 1114.

and release-1.3 branch

$ svn commit -m "updating maven plugin and maven report plugin versions" .
Sending        core/pom.xml
Sending        core/src/build/conf/checkstyle.xml
Sending        extras/pom.xml
Sending        extras/src/build/conf/checkstyle.xml
Sending        parent/pom.xml
Sending        swt/pom.xml
Sending        swt/src/build/conf/checkstyle.xml
Transmitting file data .......
Committed revision 1113.

Original comment by heue...@gmail.com on 14 Mar 2011 at 4:33

GoogleCodeExporter commented 9 years ago
Verified that reports are executed without failure; further fixes and updates 
to our maven site usage is to be covered by Issue 209.

Original comment by atdi...@gmail.com on 29 Mar 2011 at 4:47