Author: aheritier
Date: 2009-10-05 22:31:43 -0400 (Mon, 05 Oct 2009)
New Revision: 288
Modified:
tools/maven/parent/trunk/pom.xml
Log:
Do not fail if we don't use an SCM - but difficult to do a release :-)
Modified: tools/maven/parent/trunk/pom.xml
===================================================================
--- tools/maven/parent/trunk/pom.xml 2009-10-06 02:19:09 UTC (rev 287)
+++ tools/maven/parent/trunk/pom.xml 2009-10-06 02:31:43 UTC (rev 288)
@@ -160,6 +160,9 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
+ <configuration>
+ <revisionOnScmFailure>no_revision</revisionOnScmFailure>
+ </configuration>
<executions>
<execution>
<phase>initialize</phase>
Show replies by date