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 2013/04/23 05:31:12 UTC

svn commit: r1470801 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Tue Apr 23 03:31:12 2013
New Revision: 1470801

URL: http://svn.apache.org/r1470801
Log:
prepared svnpubsub documentation publication

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1470801&r1=1470800&r2=1470801&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Apr 23 03:31:12 2013
@@ -176,27 +176,25 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/trunk</url>
   </scm>
-
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/DOXIA</url>
   </issueManagement>
-
   <ciManagement>
     <system>Jenkins</system>
     <url>https://builds.apache.org/job/doxia/</url>
   </ciManagement>
-
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia</url>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
     </site>
   </distributionManagement>
 
   <properties>
     <mavenVersion>2.0.6</mavenVersion>
     <projectVersion>${project.version}</projectVersion>
+    <maven.site.path>doxia/doxia-archives/doxia-LATEST</maven.site.path>
   </properties>
 
   <dependencyManagement>
@@ -339,9 +337,12 @@ under the License.
           <artifactId>clirr-maven-plugin</artifactId>
         </plugin>
         <plugin>
-          <artifactId>maven-site-plugin</artifactId>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
-            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-${project.version}</stagingSiteURL>
+            <content>${project.build.directory}/staging/${maven.site.path}</content>
+            <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
+            <tryUpdate>true</tryUpdate>
           </configuration>
         </plugin>
       </plugins>