[jboss-cvs] JBossAS SVN: r71017 - branches/maven_thirdparty_temp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 12:32:36 EDT 2008


Author: pgier
Date: 2008-03-19 12:32:35 -0400 (Wed, 19 Mar 2008)
New Revision: 71017

Modified:
   branches/maven_thirdparty_temp/pom.xml
Log:
Adding the jboss-packaging-maven-plugin so that the build can understand sar format.

Modified: branches/maven_thirdparty_temp/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/pom.xml	2008-03-19 16:27:06 UTC (rev 71016)
+++ branches/maven_thirdparty_temp/pom.xml	2008-03-19 16:32:35 UTC (rev 71017)
@@ -21,6 +21,17 @@
     <maven>2.0.8</maven>
   </prerequisites>
   
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jboss-packaging-maven-plugin</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+  
   <modules>
     <!-- The build module contains the parent pom for the other modules-->
     <module>main</module>




More information about the jboss-cvs-commits mailing list