[jboss-cvs] JBossAS SVN: r93034 - branches/Branch_5_x/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 31 11:12:02 EDT 2009


Author: pgier
Date: 2009-08-31 11:12:01 -0400 (Mon, 31 Aug 2009)
New Revision: 93034

Modified:
   branches/Branch_5_x/thirdparty/pom.xml
Log:
Turn on warnings for missing license files.

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-08-31 14:56:10 UTC (rev 93033)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-08-31 15:12:01 UTC (rev 93034)
@@ -54,7 +54,7 @@
             </goals>
             <configuration>
               <outputDirectory>${basedir}/licenses</outputDirectory>
-              <quiet>true</quiet>
+              <quiet>false</quiet>
             </configuration>
           </execution>
         </executions>




More information about the jboss-cvs-commits mailing list