[jboss-cvs] JBossAS SVN: r100979 - trunk/main.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 15 13:01:47 EST 2010


Author: pgier
Date: 2010-02-15 13:01:47 -0500 (Mon, 15 Feb 2010)
New Revision: 100979

Modified:
   trunk/main/pom.xml
Log:
Fix issue with buildnumber plugin when svn info is not available.

Modified: trunk/main/pom.xml
===================================================================
--- trunk/main/pom.xml	2010-02-15 17:39:35 UTC (rev 100978)
+++ trunk/main/pom.xml	2010-02-15 18:01:47 UTC (rev 100979)
@@ -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