aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-05-02 01:21:47 +0000
committerOlivier Lamy <olamy@apache.org>2013-05-02 01:21:47 +0000
commit9041be21852321d9e8727411013c00bd612400a7 (patch)
tree9d5453669b943074906a21b619530f04b54a2b4d /pom.xml
parent4a57b05074480aa469551fa8b60263b6da5212e1 (diff)
downloadarchiva-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2e96bb140..b3a36b531 100644
--- a/pom.xml
+++ b/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>