[jboss-cvs] JBossAS SVN: r100983 - branches/Branch_6_0_0_M2/main.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 15 14:30:31 EST 2010


Author: pgier
Date: 2010-02-15 14:30:30 -0500 (Mon, 15 Feb 2010)
New Revision: 100983

Modified:
   branches/Branch_6_0_0_M2/main/pom.xml
Log:
[JBAS-7740] Fix issue with buildnumber plugin when svn info not available

Modified: branches/Branch_6_0_0_M2/main/pom.xml
===================================================================
--- branches/Branch_6_0_0_M2/main/pom.xml	2010-02-15 18:52:06 UTC (rev 100982)
+++ branches/Branch_6_0_0_M2/main/pom.xml	2010-02-15 19:30:30 UTC (rev 100983)
@@ -47,6 +47,7 @@
             </goals>
             <phase>validate</phase>
             <configuration>
+              <revisionOnScmFailure>unavailable</revisionOnScmFailure>
               <timestampFormat>{0, date, yyyyMMdd}</timestampFormat>
               <timestampPropertyName>today</timestampPropertyName>
             </configuration>




More information about the jboss-cvs-commits mailing list