Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
merge from archiva-1.3.x
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/archiva/tags/archiva-1.3.6@1429774 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brettporter committed Jan 7, 2013
1 parent 6efe27b commit 17860d8
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions archiva-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 17860d8

Please sign in to comment.