Author: veithen
Date: Mon May 25 04:47:38 2015
New Revision: 1681557

URL: http://svn.apache.org/r1681557
Log:
Limit the Javadoc to the supported public API. Also skip deployment of the 
Javadoc ZIP (which is only used to prepare the binary distribution).

Modified:
    webservices/axiom/trunk/apidocs/pom.xml

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1681557&r1=1681556&r2=1681557&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Mon May 25 04:47:38 2015
@@ -42,26 +42,6 @@
             <artifactId>axiom-jaxb</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dom-testsuite</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-testsuite</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-compat</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-c14n</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <!-- These are artifacts that are optional/provided dependencies of 
the above artifacts.
              We need them to process the sources. -->
         <dependency>
@@ -79,11 +59,6 @@
             <artifactId>stax2-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 
     <build>
@@ -156,6 +131,12 @@
                 </executions>
             </plugin>
             <plugin>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+            <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <executions>
                     <execution>


Reply via email to