[jboss-cvs] JBossAS SVN: r69300 - projects/microcontainer/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 24 13:59:09 EST 2008


Author: pgier
Date: 2008-01-24 13:59:09 -0500 (Thu, 24 Jan 2008)
New Revision: 69300

Modified:
   projects/microcontainer/trunk/build/pom.xml
Log:
Set the version of the maven jar plugin.

Modified: projects/microcontainer/trunk/build/pom.xml
===================================================================
--- projects/microcontainer/trunk/build/pom.xml	2008-01-24 17:28:04 UTC (rev 69299)
+++ projects/microcontainer/trunk/build/pom.xml	2008-01-24 18:59:09 UTC (rev 69300)
@@ -102,6 +102,7 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
           <executions>
             <execution>
@@ -119,6 +120,11 @@
             <downloadSources>true</downloadSources>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>




More information about the jboss-cvs-commits mailing list