You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/20 12:22:47 UTC

svn commit: r697347 - /geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml

Author: jdillon
Date: Sat Sep 20 03:22:45 2008
New Revision: 697347

URL: http://svn.apache.org/viewvc?rev=697347&view=rev
Log:
Generate tests jar

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml?rev=697347&r1=697346&r2=697347&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-spring/pom.xml Sat Sep 20 03:22:45 2008
@@ -73,13 +73,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
         </dependency>
-
-        <!--
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-        </dependency>
-        -->
         
         <dependency>
             <groupId>org.springframework</groupId>
@@ -97,14 +90,22 @@
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-classworlds</artifactId>
         </dependency>
-
-        <!--
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-spring</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        -->
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>
\ No newline at end of file