[jboss-svn-commits] JBL Code SVN: r13330 - labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 10 21:06:35 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-07-10 21:06:35 -0400 (Tue, 10 Jul 2007)
New Revision: 13330

Modified:
   labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml
Log:
preparing for release

Modified: labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml	2007-07-11 01:02:52 UTC (rev 13329)
+++ labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml	2007-07-11 01:06:35 UTC (rev 13330)
@@ -57,23 +57,29 @@
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model</artifactId>
+            <version>2.0.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
             <version>2.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
-            <artifactId>maven-archiver</artifactId>
+            <artifactId>maven-artifact-manager</artifactId>
             <version>2.0.4</version>
         </dependency>
+        <!-- this one is needed for our use of maven-artifact-manager :( -->
         <dependency>
-            <groupId>plexus</groupId>
-            <artifactId>plexus-utils</artifactId>
-            <version>1.0.1</version>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-container-default</artifactId>
+            <version>1.0-alpha-9</version>
         </dependency>
         <dependency>
-            <groupId>avalon-framework</groupId>
-            <artifactId>avalon-framework</artifactId>
-            <version>4.1.5</version>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.0.b2</version>
         </dependency>
         <dependency>
             <groupId>dom4j</groupId>
@@ -82,6 +88,26 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.4</source>
+                    <target>1.4</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-plugins/tags</tagBase>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <reporting>
         <plugins>
             <plugin>




More information about the jboss-svn-commits mailing list