Maven site does not run reports from the command line with maven 3
Closed this issue · 3 comments
mro commented
Originally reported on Google Code with ID 197
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.
Reported by heuermh
on 2010-12-21 22:26:27
mro commented
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.
Reported by heuermh
on 2010-12-21 22:31:41
- Status changed:
Started
mro commented
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.
Reported by heuermh
on 2011-03-14 16:33:44
- Status changed:
Fixed
- Labels added: Milestone-1.3.1
mro commented
Verified that reports are executed without failure; further fixes and updates to our
maven site usage is to be covered by Issue 209.
Reported by atdixon
on 2011-03-29 04:47:00
- Status changed:
Verified