Author: olamy
Date: Wed Aug 29 07:38:21 2012
New Revision: 1378462
URL: http://svn.apache.org/viewvc?rev=1378462&view=rev
Log:
setup svnpub for redback-core
Modified:
archiva/redback/redback-core/trunk/pom.xml
Modified: archiva/redback/redback-core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1378462&r1=1378461&r2=1378462&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Wed Aug 29 07:38:21 2012
@@ -65,7 +65,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
- <url>${siteBaseDeployment}/redback/core</url>
+ <url>${siteUrlDeployment}</url>
</site>
</distributionManagement>
@@ -84,6 +84,9 @@
<redbackTestJdbcUrl>jdbc:hsqldb:mem:redback-test</redbackTestJdbcUrl>
<redbackTestJdbcDriver>org.hsqldb.jdbcDriver</redbackTestJdbcDriver>
+ <siteFilePath>${user.home}/redback-core-site-deploy</siteFilePath>
+
<scmPubCheckoutDirectory>${user.home}/redback-core-site-content</scmPubCheckoutDirectory>
+
</properties>
<repositories>
@@ -685,13 +688,19 @@
<build>
<pluginManagement>
<plugins>
-
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jpox-maven-plugin</artifactId>
<version>1.1.7</version>
</plugin>
-
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <configuration>
+
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/core</pubScmUrl>
+ <checkinComment>Apache Redback Core site
deployment</checkinComment>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>