You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2014/06/23 18:23:03 UTC

svn commit: r1604851 - in /webservices/axiom/trunk/modules: axiom-dom/pom.xml axiom-impl/pom.xml axiom-tests/pom.xml

Author: veithen
Date: Mon Jun 23 16:23:03 2014
New Revision: 1604851

URL: http://svn.apache.org/r1604851
Log:
AXIOM-311: Eliminate unnecessary build artifacts and dependencies.

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

Modified: webservices/axiom/trunk/modules/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-dom/pom.xml?rev=1604851&r1=1604850&r2=1604851&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-dom/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-dom/pom.xml Mon Jun 23 16:23:03 2014
@@ -145,18 +145,6 @@
                     </dependency>
                 </dependencies>
             </plugin>
-            <!-- Attach a JAR with the test classes so that we can reuse them in other modules
-                 (see http://maven.apache.org/guides/mini/guide-attached-tests.html). -->
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>

Modified: webservices/axiom/trunk/modules/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-impl/pom.xml?rev=1604851&r1=1604850&r2=1604851&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-impl/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-impl/pom.xml Mon Jun 23 16:23:03 2014
@@ -139,18 +139,6 @@
                     </dependency>
                 </dependencies>
             </plugin>
-            <!-- Attach a JAR with the test classes so that we can reuse them in other modules
-                 (see http://maven.apache.org/guides/mini/guide-attached-tests.html). -->
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>

Modified: webservices/axiom/trunk/modules/axiom-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-tests/pom.xml?rev=1604851&r1=1604850&r2=1604851&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-tests/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-tests/pom.xml Mon Jun 23 16:23:03 2014
@@ -93,20 +93,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-impl</artifactId>
-            <classifier>tests</classifier>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-dom</artifactId>
-            <classifier>tests</classifier>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>axiom-testutils</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>