You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/14 20:01:36 UTC

[axis-axis2-java-core] 04/12: Merge r1723771 to the 1.6 branch.

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 1_6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit c837f68fa3773c933a8c399ec557d69d9b273a50
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Jan 8 18:01:37 2016 +0000

    Merge r1723771 to the 1.6 branch.
---
 apidocs/pom.xml | 2 --
 pom.xml         | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index ea72923..954ee5f 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -291,8 +291,6 @@
                     <dependencySourceIncludes>
                         <dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>
                     </dependencySourceIncludes>
-                    <!-- There are no other modules that generate Javadoc we can link to -->
-                    <detectOfflineLinks>false</detectOfflineLinks>
                     <breakiterator>true</breakiterator>
                     <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
                          of changes between releases (to avoid mass changes when committing the site for a new release) -->
diff --git a/pom.xml b/pom.xml
index b9c4dfc..918dde1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1018,6 +1018,9 @@
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.10.3</version>
+                    <configuration>
+                        <detectOfflineLinks>false</detectOfflineLinks>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>