[jboss-cvs] JBossAS SVN: r78499 - trunk/thirdparty.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 12 14:29:39 EDT 2008
Author: pgier
Date: 2008-09-12 14:29:39 -0400 (Fri, 12 Sep 2008)
New Revision: 78499
Modified:
trunk/thirdparty/pom.xml
Log:
[JBAS-5695] Add configuration for license plugin so that licenses for all dependencies are downloaded.
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-09-12 18:16:13 UTC (rev 78498)
+++ trunk/thirdparty/pom.xml 2008-09-12 18:29:39 UTC (rev 78499)
@@ -17,6 +17,22 @@
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jboss-license-plugin</artifactId>
+ <version>1.0.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>download-licenses</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${basedir}/licenses</outputDirectory>
+ <quiet>true</quiet>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-buildmagic-thirdparty-plugin</artifactId>
<version>2.1</version>
<executions>
More information about the jboss-cvs-commits
mailing list