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/04/25 19:27:54 UTC

git commit: added a notice for the MSITE-687 workaround

Updated Branches:
  refs/heads/master fa47f650c -> d6f02bb40


added a notice for the MSITE-687 workaround

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

Branch: refs/heads/master
Commit: d6f02bb40689cdd7e57e519341d4084e31566723
Parents: fa47f65
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Apr 25 19:27:49 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Apr 25 19:27:49 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/d6f02bb4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f1e6a3..b4ebafb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
-            <content>${project.build.directory}/staging/${maven.site.path}</content>
+            <content>${project.build.directory}/staging/${maven.site.path}</content><!-- workaround for http://jira.codehaus.org/browse/MSITE-687 -->
             <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
             <tryUpdate>true</tryUpdate>
           </configuration>