You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/10/24 21:49:06 UTC

svn commit: r1401840 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: dennisl
Date: Wed Oct 24 19:49:06 2012
New Revision: 1401840

URL: http://svn.apache.org/viewvc?rev=1401840&view=rev
Log:
Use Site Plugin 3.2.

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=1401840&r1=1401839&r2=1401840&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Wed Oct 24 19:49:06 2012
@@ -60,6 +60,7 @@ under the License.
     <mavenVersion>2.0.6</mavenVersion>
     <mavenFilteringVersion>1.0</mavenFilteringVersion>
     <mavenPluginVersion>3.1</mavenPluginVersion>
+    <sitePluginVersion>3.2</sitePluginVersion>
   </properties>
 
   <dependencies>
@@ -210,6 +211,11 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>${sitePluginVersion}</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <includes>
@@ -393,7 +399,7 @@ under the License.
               </execution>
             </executions>
           </plugin>
-  	    </plugins>
+        </plugins>
       </build>
     </profile>
   </profiles>