You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/09/30 20:59:30 UTC

svn commit: r1003206 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml

Author: veithen
Date: Thu Sep 30 18:59:30 2010
New Revision: 1003206

URL: http://svn.apache.org/viewvc?rev=1003206&view=rev
Log:
Don't build a test-jar for axiom-tests. It is no longer required.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml?rev=1003206&r1=1003205&r2=1003206&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Thu Sep 30 18:59:30 2010
@@ -113,18 +113,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>