fix svnpubsub site conf
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1380529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
253848bd34
commit
b850d1cab7
26
pom.xml
26
pom.xml
|
@ -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>
|
||||
|
@ -681,30 +681,14 @@
|
|||
<artifactId>jpox-maven-plugin</artifactId>
|
||||
<version>1.1.7</version>
|
||||
</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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue