simplify site deployment

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1478246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-05-02 01:21:47 +00:00
parent 4a57b05074
commit 9041be2185
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
mvn clean site-deploy scm-publish:publish-scm
mvn clean site site:stage scm-publish:publish-scm

View File

@ -679,7 +679,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<content>${siteDeployDirectory}</content>
<content>${project.build.directory}/staging</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>