You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/04/27 13:36:33 UTC

[wicket] branch master updated: Added '--no-module-directories' argument to make JavaDoc search functionality work

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

adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 979bdb3  Added '--no-module-directories' argument to make JavaDoc search functionality work
979bdb3 is described below

commit 979bdb38426da9e5682c27ccfadd06014908c6b2
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sat Apr 27 15:35:34 2019 +0200

    Added '--no-module-directories' argument to make JavaDoc search functionality work
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0f69641..044b158 100644
--- a/pom.xml
+++ b/pom.xml
@@ -956,6 +956,7 @@
 						</links>
 						<failOnError>false</failOnError>
 						<doclint>none</doclint>
+						<additionalJOption>--no-module-directories</additionalJOption>
 					</configuration>
 					<executions>
 						<execution>
@@ -1195,6 +1196,7 @@
 						<inherited>true</inherited>
 						<configuration>
 							<aggregate>true</aggregate>
+							<additionalJOption>--no-module-directories</additionalJOption>
 						</configuration>
 					</plugin>
 					<plugin>