[jboss-cvs] JBossAS SVN: r93138 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 2 15:02:00 EDT 2009


Author: pgier
Date: 2009-09-02 15:02:00 -0400 (Wed, 02 Sep 2009)
New Revision: 93138

Modified:
   trunk/build/pom.xml
Log:
jboss license plugin config should not be inherited

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2009-09-02 18:15:31 UTC (rev 93137)
+++ trunk/build/pom.xml	2009-09-02 19:02:00 UTC (rev 93138)
@@ -20,6 +20,7 @@
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jboss-license-plugin</artifactId>
         <version>1.0.2</version>
+        <inherited>false</inherited>
         <executions>
           <execution>
             <goals>




More information about the jboss-cvs-commits mailing list