Author: hboutemy
Date: Wed Apr  2 01:45:38 2014
New Revision: 1583853

URL: http://svn.apache.org/r1583853
Log:
updated site publish configuration

Modified:
    maven/archetype/trunk/deploySite.sh
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/deploySite.sh
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/deploySite.sh?rev=1583853&r1=1583852&r2=1583853&view=diff
==============================================================================
--- maven/archetype/trunk/deploySite.sh (original)
+++ maven/archetype/trunk/deploySite.sh Wed Apr  2 01:45:38 2014
@@ -19,5 +19,6 @@
 # under the License.
 #
 
-mvn site site:stage -Preporting scm-publish:publish-scm $@
+mvn package site site:stage -Preporting $@
+mvn scm-publish:publish-scm $@
 

Modified: maven/archetype/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1583853&r1=1583852&r2=1583853&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Wed Apr  2 01:45:38 2014
@@ -224,6 +224,13 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.7</version><!-- regression in Modello 1.8 causing build 
failure -->


Reply via email to