[jboss-cvs] JBossAS SVN: r78498 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 12 14:16:14 EDT 2008


Author: pgier
Date: 2008-09-12 14:16:13 -0400 (Fri, 12 Sep 2008)
New Revision: 78498

Modified:
   trunk/thirdparty/pom.xml
Log:
Use released version of maven buildmagic-thirdparty plugin

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-09-12 18:06:11 UTC (rev 78497)
+++ trunk/thirdparty/pom.xml	2008-09-12 18:16:13 UTC (rev 78498)
@@ -18,7 +18,7 @@
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-buildmagic-thirdparty-plugin</artifactId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.1</version>
         <executions>
           <execution>
             <id>build-thirdparty</id>
@@ -1925,6 +1925,9 @@
                 <goals>
                   <goal>sources</goal>
                 </goals>
+                <configuration>
+                  <silent>true</silent>
+                </configuration>
               </execution>
             </executions>
           </plugin>




More information about the jboss-cvs-commits mailing list