You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/03/08 16:20:35 UTC

svn commit: r1079389 - /lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Tue Mar  8 15:20:34 2011
New Revision: 1079389

URL: http://svn.apache.org/viewvc?rev=1079389&view=rev
Log:
Make the Maven build work even when the source is not under Subversion control

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template?rev=1079389&r1=1079388&r2=1079389&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template Tue Mar  8 15:20:34 2011
@@ -560,6 +560,7 @@
           <doUpdate>false</doUpdate>
           <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
           <buildNumberPropertyName>svn.revision</buildNumberPropertyName>
+          <revisionOnScmFailure>NO-REVISION-AVAILABLE</revisionOnScmFailure>
         </configuration>
       </plugin>
       <plugin>