Author: krosenvold
Date: Thu Jun 16 15:54:25 2011
New Revision: 1136499

URL: http://svn.apache.org/viewvc?rev=1136499&view=rev
Log:
o Upgraded site plugin, made site deploy consitently

Deploys to http://maven.apache.org/staging/plugins/maven-enforcer-plugin/

Only tested with 2.2.1

Modified:
    maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=1136499&r1=1136498&r2=1136499&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Thu Jun 16 15:54:25 2011
@@ -128,7 +128,7 @@
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           <stagingSiteURL>
-            
scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}
+            scp://people.apache.org/www/maven.apache.org/staging
           </stagingSiteURL>
         </configuration>
       </plugin>

Modified: maven/enforcer/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1136499&r1=1136498&r2=1136499&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Thu Jun 16 15:54:25 2011
@@ -253,6 +253,10 @@
           </configuration>
         </plugin>
         <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${maven.plugin.plugin.version}</version>
         </plugin>


Reply via email to