[jboss-cvs] JBossAS SVN: r87583 - projects/reloaded/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 20 11:55:52 EDT 2009


Author: wolfc
Date: 2009-04-20 11:55:52 -0400 (Mon, 20 Apr 2009)
New Revision: 87583

Modified:
   projects/reloaded/trunk/build/pom.xml
Log:
RELOADED-5: maven is very stupid (need maven-archiver 2.2)


Modified: projects/reloaded/trunk/build/pom.xml
===================================================================
--- projects/reloaded/trunk/build/pom.xml	2009-04-20 15:22:23 UTC (rev 87582)
+++ projects/reloaded/trunk/build/pom.xml	2009-04-20 15:55:52 UTC (rev 87583)
@@ -23,6 +23,16 @@
     <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
     <plugins>
       <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-archiver</artifactId>
+            <version>2.4</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>




More information about the jboss-cvs-commits mailing list