You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/02/07 00:00:13 UTC

git commit: fixed svnpubsub configuration (since parent pom upgrade, staging result base directory has changed)

Updated Branches:
  refs/heads/master 02014d8b3 -> 297bbca90


fixed svnpubsub configuration (since parent pom upgrade, staging
result base directory has changed)

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/297bbca9
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/297bbca9
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/297bbca9

Branch: refs/heads/master
Commit: 297bbca90f3d9d8b23d69d2493476b0df81d1de1
Parents: 02014d8
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Feb 7 00:00:04 2013 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Feb 7 00:00:04 2013 +0100

----------------------------------------------------------------------
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/297bbca9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c3ea2fb..0b84276 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,6 +419,7 @@
           <artifactId>maven-scm-publish-plugin</artifactId>
           <version>1.0-beta-2</version>
           <configuration>
+            <content>${project.build.directory}/staging/ref/3-LATEST</content>
             <checkoutDirectory>${maven.site.cache}/ref/3-LATEST</checkoutDirectory>
             <tryUpdate>true</tryUpdate>
           </configuration>