Author: olamy
Date: Thu Jul 12 16:30:59 2012
New Revision: 1360771
URL: http://svn.apache.org/viewvc?rev=1360771&view=rev
Log:
correct plugin plugin version in reporting section
Modified:
maven/plugins/trunk/maven-docck-plugin/pom.xml
Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/pom.xml?rev=1360771&r1=1360770&r2=1360771&view=diff
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/pom.xml Thu Jul 12 16:30:59 2012
@@ -162,6 +162,16 @@ under the License.
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>${mavenPluginVersion}</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
<profiles>
<profile>
<id>run-its</id>