summaryrefslogtreecommitdiffstats
path: root/archiva-docs/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2013-01-07 12:33:05 +0000
committerBrett Porter <brett@apache.org>2013-01-07 12:33:05 +0000
commit6610a7ebb2190b33c54319b34d577ef2b0b0dcc9 (patch)
tree00e73235da0e1ce007fd55b4b81c32750c49925f /archiva-docs/pom.xml
parent9622db6f40764371686249c9c93d0f0387d1f63c (diff)
downloadarchiva-6610a7ebb2190b33c54319b34d577ef2b0b0dcc9.tar.gz
archiva-6610a7ebb2190b33c54319b34d577ef2b0b0dcc9.zip
move publish to svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1429773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r--archiva-docs/pom.xml29
1 files changed, 17 insertions, 12 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index ae53dcc7e..07bffb5d2 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -83,7 +83,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
- <url>${siteBaseDeployment}/docs/${project.version}</url>
+ <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/docs/${project.version}</url>
</site>
</distributionManagement>
@@ -94,17 +94,22 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-site-plugin</artifactId>
- <executions>
- <execution>
- <id>deploy</id>
- <phase>deploy</phase>
- <goals>
- <goal>deploy</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <configuration>
+ <checkinComment>Apache Archiva Versioned docs for ${project.version}</checkinComment>
+ <content>${project.build.directory}/site</content>
+ </configuration>
+ <executions>
+ <execution>
+ <id>scm-publish</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>publish-scm</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>