Author: hboutemy
Date: Sat Oct 13 14:55:50 2012
New Revision: 1397845
URL: http://svn.apache.org/viewvc?rev=1397845&view=rev
Log:
added plugin documentation
Modified:
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
Modified:
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml?rev=1397845&r1=1397844&r2=1397845&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
Sat Oct 13 14:55:50 2012
@@ -100,4 +100,14 @@ under the License.
<distMgmtSnapshotsName>Apache Maven IT Snapshot
Repository</distMgmtSnapshotsName>
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
</properties>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>3.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
</project>