You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/07/16 10:29:05 UTC

svn commit: r794590 - /myfaces/trinidad-maven/trunk/pom.xml

Author: matzew
Date: Thu Jul 16 08:29:05 2009
New Revision: 794590

URL: http://svn.apache.org/viewvc?rev=794590&view=rev
Log:
added hint on some odd maven issue (bug)

Modified:
    myfaces/trinidad-maven/trunk/pom.xml

Modified: myfaces/trinidad-maven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/trunk/pom.xml?rev=794590&r1=794589&r2=794590&view=diff
==============================================================================
--- myfaces/trinidad-maven/trunk/pom.xml (original)
+++ myfaces/trinidad-maven/trunk/pom.xml Thu Jul 16 08:29:05 2009
@@ -179,6 +179,18 @@
     </site>
   </distributionManagement>
 
+  <!--
+    NOTE: When preparing the release (mvn release:prepare) you may get an error when the 
+          plugin is committing the TAG (file already exists (which is for sure not true))
+          There is an odd workaround for that:
+
+          # mvn release:prepare
+          => fails
+          # svn up -r head 
+          # mvn release:prepare -Dresume
+
+         See http://jira.codehaus.org/browse/SCM-406 as well
+  --> 
   <profiles>
     <profile>
       <id>release</id>