Author: sebb
Date: Tue Sep 15 22:26:22 2009
New Revision: 815526
URL: http://svn.apache.org/viewvc?rev=815526&view=rev
Log:
Document why report plugin versions aren't in <pluginManagement> section
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=815526&r1=815525&r2=815526&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Sep 15 22:26:22 2009
@@ -299,6 +299,8 @@
</build>
<reporting>
+ <!-- N.B. plugins defined here in the <reporting> section ignore what's
defined in <pluginManagement>
+ in the <build> section above, so we have to define the versions here.
-->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>