GoogleCodeArchive / piccolo2d

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

Update maven-site-plugin version to 3.0, remove maven-3 profile #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the release notes for version 3.0 of maven-site-plugin, it should 
work with both Maven 2.2.x and Maven 3.x versions.

make maven-site-plugin 3.x work both with Maven 2.2 and Maven 3.x
http://jira.codehaus.org/browse/MSITE-560

As long as we don't move to the new reportPlugins configuration, we shouldn't 
have any problems, see open issue

Support adding and overriding report plugins in new maven-site-plugin 3.x 
reportPlugins configuration format
http://jira.codehaus.org/browse/MSITE-484

Thus we should be able to remove the maven-3 profile.

See also

http://maven.apache.org/plugins/maven-site-plugin/maven-3.html

Original issue reported on code.google.com by heue...@gmail.com on 8 Aug 2011 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 1 Nov 2011 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 31 Aug 2012 at 8:25

GoogleCodeExporter commented 9 years ago
Fixed on svn trunk

$ svn commit -m "Issue 224 ; removing maven-3 profile, replacing with 
maven-enforcer-plugin configuration, and updating maven-site-plugin dependency 
version to 3.1" .
Committed revision 1178.

and branches/release-1.3.1

$ svn commit -m "Issue 224 ; removing maven-3 profile, replacing with 
maven-enforcer-plugin configuration, and updating maven-site-plugin dependency 
version to 3.1" .
Committed revision 1179.

Original comment by heue...@gmail.com on 31 Aug 2012 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 5:42