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 2015/05/30 20:14:33 UTC

svn commit: r1682635 - in /webservices/axiom/trunk: apidocs/pom.xml pom.xml

Author: veithen
Date: Sat May 30 18:14:33 2015
New Revision: 1682635

URL: http://svn.apache.org/r1682635
Log:
Use the new javadoc-no-fork goal.

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

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1682635&r1=1682634&r2=1682635&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Sat May 30 18:14:33 2015
@@ -77,7 +77,7 @@
                         <id>distribution-javadoc</id>
                         <phase>prepare-package</phase>
                         <goals>
-                            <goal>javadoc</goal>
+                            <goal>javadoc-no-fork</goal>
                         </goals>
                         <configuration>
                             <reportOutputDirectory>${project.build.directory}/apidocs</reportOutputDirectory>
@@ -87,7 +87,7 @@
                         <id>site-javadoc</id>
                         <phase>site</phase>
                         <goals>
-                            <goal>javadoc</goal>
+                            <goal>javadoc-no-fork</goal>
                         </goals>
                         <configuration>
                             <reportOutputDirectory>${project.reporting.outputDirectory}</reportOutputDirectory>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1682635&r1=1682634&r2=1682635&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat May 30 18:14:33 2015
@@ -607,7 +607,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.9</version>
+                    <version>2.10.3</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-invoker-plugin</artifactId>