Author: lukaszlenart
Date: Tue Nov 27 22:21:52 2012
New Revision: 1414438
URL: http://svn.apache.org/viewvc?rev=1414438&view=rev
Log:
Uses 3.x version of site plugin to remove warning and configures reports
Modified:
struts/site/branches/site2fluidomigration/pom.xml
Modified: struts/site/branches/site2fluidomigration/pom.xml
URL:
http://svn.apache.org/viewvc/struts/site/branches/site2fluidomigration/pom.xml?rev=1414438&r1=1414437&r2=1414438&view=diff
==============================================================================
--- struts/site/branches/site2fluidomigration/pom.xml (original)
+++ struts/site/branches/site2fluidomigration/pom.xml Tue Nov 27 22:21:52 2012
@@ -82,7 +82,7 @@
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>2.3</version>
+ <version>3.0</version>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
@@ -135,4 +135,21 @@
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.6</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- no needs for reports -->
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>