added plugin documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-13 14:55:50 +00:00
parent 08c52b5c23
commit 5f65fe5861
1 changed files with 10 additions and 0 deletions

View File

@ -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>