Author: hboutemy Date: Tue Apr 23 03:42:09 2013 New Revision: 1470803 URL: http://svn.apache.org/r1470803 Log: prepared svnpubsub documentation publication
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1470803&r1=1470802&r2=1470803&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/pom.xml Tue Apr 23 03:42:09 2013 @@ -165,27 +165,25 @@ under the License. <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/trunk</url> </scm> - <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/DOXIASITETOOLS</url> </issueManagement> - <ciManagement> <system>Jenkins</system> <url>https://builds.apache.org/job/doxia-sitetools/</url> </ciManagement> - <distributionManagement> <site> <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools</url> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven-doxia/content/${maven.site.path}</url> </site> </distributionManagement> <properties> <projectVersion>${project.version}</projectVersion> <doxiaVersion>1.3</doxiaVersion> + <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path> </properties> <contributors> @@ -319,9 +317,12 @@ under the License. </configuration> </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-sitetools-${project.version}</stagingSiteURL> + <content>${project.build.directory}/staging/${maven.site.path}</content> + <checkoutDirectory>${maven.site.cache}/doxia/${maven.site.path}</checkoutDirectory> + <tryUpdate>true</tryUpdate> </configuration> </plugin> </plugins>