[jboss-cvs] JBossAS SVN: r111466 - branches/JBPAPP_5_1/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 26 16:45:32 EDT 2011


Author: pgier
Date: 2011-05-26 16:45:31 -0400 (Thu, 26 May 2011)
New Revision: 111466

Modified:
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
[JBPAPP-6581] Update license maven plugin to reduce license duplication

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2011-05-26 19:25:00 UTC (rev 111465)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2011-05-26 20:45:31 UTC (rev 111466)
@@ -44,16 +44,17 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.jboss.maven.plugins</groupId>
-        <artifactId>maven-jboss-license-plugin</artifactId>
-        <version>1.0.0</version>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>license-maven-plugin</artifactId>
+        <version>1.0-beta-2</version>
         <executions>
           <execution>
             <goals>
               <goal>download-licenses</goal>
             </goals>
             <configuration>
-              <outputDirectory>${basedir}/licenses</outputDirectory>
+              <licensesOutputDirectory>${basedir}/licenses</licensesOutputDirectory>
+              <licensesOutputFile>${basedir}/licenses/licenses.xml</licensesOutputFile>
               <quiet>true</quiet>
             </configuration>
           </execution>



More information about the jboss-cvs-commits mailing list