Author: olamy
Date: Tue Sep 4 10:33:46 2012
New Revision: 1380529
URL: http://svn.apache.org/viewvc?rev=1380529&view=rev
Log:
fix svnpubsub site conf
Modified:
archiva/redback/redback-core/trunk/pom.xml
archiva/redback/redback-core/trunk/src/site/site.xml
Modified: archiva/redback/redback-core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1380529&r1=1380528&r2=1380529&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Tue Sep 4 10:33:46 2012
@@ -65,7 +65,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
-
<url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/core</url>
+ <url>file://${siteDeployDirectory}</url>
</site>
</distributionManagement>
@@ -83,7 +83,7 @@
-->
<redbackTestJdbcUrl>jdbc:hsqldb:mem:redback-test</redbackTestJdbcUrl>
<redbackTestJdbcDriver>org.hsqldb.jdbcDriver</redbackTestJdbcDriver>
-
+
<siteDeployDirectory>${user.home}/redback-core-site-deploy</siteDeployDirectory>
<scmPubCheckoutDirectory>${user.home}/redback-core-site-content</scmPubCheckoutDirectory>
</properties>
@@ -683,28 +683,12 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <configuration>
- <skipDeploy>true</skipDeploy>
- </configuration>
- <executions>
- <execution>
- <id>stage-for-scm-publish</id>
- <phase>post-site</phase>
- <goals>
- <goal>stage</goal>
- </goals>
- <configuration>
- <skipDeploy>false</skipDeploy>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
+ <content>${siteDeployDirectory}</content>
<checkinComment>Apache Redback Core site
deployment</checkinComment>
+ <tryUpdate>true</tryUpdate>
+
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/core</pubScmUrl>
</configuration>
</plugin>
</plugins>
Modified: archiva/redback/redback-core/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/src/site/site.xml?rev=1380529&r1=1380528&r2=1380529&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/src/site/site.xml (original)
+++ archiva/redback/redback-core/trunk/src/site/site.xml Tue Sep 4 10:33:46
2012
@@ -23,12 +23,6 @@
<project name="Redback">
- <!--skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-fluido-skin</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- </skin-->
-
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>