[maven-release-plugin] copy for tag maven-plugin-tools-3.2

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/tags/maven-plugin-tools-3.2@1406220 13f79535-47bb-0310-9956-ffa450edef68
Kristian Rosenvold 2012-11-06 16:57:27 +00:00
commit c759f79fa1
1 changed files with 11 additions and 0 deletions

View File

@ -257,6 +257,17 @@
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>