setup svnpub for redback-core
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1378462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f0f346144
commit
910ee1c41e
15
pom.xml
15
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue