mirror of https://github.com/apache/archiva.git
fix site deploy configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e1948fba9
commit
76a7c66b31
|
@ -48,19 +48,31 @@
|
|||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||
<configuration>
|
||||
<checkinComment>Apache Archiva Versionned docs for ${project.version}</checkinComment>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||
<configuration>
|
||||
<checkinComment>Apache Archiva Versionned docs for ${project.version}</checkinComment>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>scm-publish</id>
|
||||
<phase>site-deploy</phase>
|
||||
<goals>
|
||||
<goal>publish-scm</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipDeploy>true</skipDeploy>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>site-generate-resources</id>
|
||||
|
|
Loading…
Reference in New Issue