diff options
author | Olivier Lamy <olamy@apache.org> | 2013-05-02 01:21:47 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-05-02 01:21:47 +0000 |
commit | 9041be21852321d9e8727411013c00bd612400a7 (patch) | |
tree | 9d5453669b943074906a21b619530f04b54a2b4d /pom.xml | |
parent | 4a57b05074480aa469551fa8b60263b6da5212e1 (diff) | |
download | archiva-9041be21852321d9e8727411013c00bd612400a7.tar.gz archiva-9041be21852321d9e8727411013c00bd612400a7.zip |
simplify site deployment
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1478246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |