You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/17 00:20:20 UTC

svn commit: r1147497 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: hboutemy
Date: Sat Jul 16 22:20:20 2011
New Revision: 1147497

URL: http://svn.apache.org/viewvc?rev=1147497&view=rev
Log:
added m.invoker.p report (merged from 3.x branch r1147496)

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1147497&r1=1147496&r2=1147497&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sat Jul 16 22:20:20 2011
@@ -474,6 +474,11 @@ under the License.
               </locales>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.5</version>
+          </plugin>
         </plugins>
       </reporting>
     </profile>