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:
parent
4a57b05074
commit
9041be2185
|
@ -1 +1 @@
|
|||
mvn clean site-deploy scm-publish:publish-scm
|
||||
mvn clean site site:stage scm-publish:publish-scm
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue