[jboss-cvs] JBossAS SVN: r60520 - in projects/microcontainer/trunk: spring-int and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 13 17:02:39 EST 2007


Author: pgier
Date: 2007-02-13 17:02:39 -0500 (Tue, 13 Feb 2007)
New Revision: 60520

Modified:
   projects/microcontainer/trunk/container/pom.xml
   projects/microcontainer/trunk/spring-int/pom.xml
Log:
Added dependency on jboss-test to container/pom.xml, added generation of container test jars.  Changed test dependency in spring-int/pom.xml to point to container test jars instead of kernel test jars.

Modified: projects/microcontainer/trunk/container/pom.xml
===================================================================
--- projects/microcontainer/trunk/container/pom.xml	2007-02-13 22:00:39 UTC (rev 60519)
+++ projects/microcontainer/trunk/container/pom.xml	2007-02-13 22:02:39 UTC (rev 60520)
@@ -21,13 +21,17 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
       </plugin>
-      <!--<plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>-->
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>	   	   
     </plugins>
   </build>
   <dependencies>
@@ -49,6 +53,12 @@
     </dependency>
 	  <!-- Test dependencies -->
     <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>1.0.2-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>

Modified: projects/microcontainer/trunk/spring-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/spring-int/pom.xml	2007-02-13 22:00:39 UTC (rev 60519)
+++ projects/microcontainer/trunk/spring-int/pom.xml	2007-02-13 22:02:39 UTC (rev 60520)
@@ -50,7 +50,7 @@
     </dependency>
     <dependency>
       <groupId>jboss</groupId>
-      <artifactId>jboss-kernel</artifactId>
+      <artifactId>jboss-container</artifactId>
       <version>${project.version}</version>
       <type>test-jar</type>
       <scope>test</scope>




More information about the jboss-cvs-commits mailing list