[jboss-cvs] JBossAS SVN: r87132 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 10 11:33:18 EDT 2009


Author: pgier
Date: 2009-04-10 11:33:18 -0400 (Fri, 10 Apr 2009)
New Revision: 87132

Modified:
   trunk/pom.xml
Log:
The build should print a warning but not fail if the scm revision is not available.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-04-10 15:15:43 UTC (rev 87131)
+++ trunk/pom.xml	2009-04-10 15:33:18 UTC (rev 87132)
@@ -150,6 +150,10 @@
           </execution>
         </executions>
         <inherited>true</inherited>
+        <configuration>
+          <!-- If the plugin fails to get the scm revision, set it to "unavailable" -->
+          <revisionOnScmFailure>unavailable</revisionOnScmFailure>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>




More information about the jboss-cvs-commits mailing list