This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git
The following commit(s) were added to refs/heads/master by this push:
new 9b38a11 remove --no-module-directories from javadoc configuration
9b38a11 is described below
commit 9b38a11623eb71d7aeabac49dc152d1fffe6d716
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Dec 11 14:38:29 2021 +0100
remove --no-module-directories from javadoc configuration
it is not available for jdk 8
it was removed in jdk 13
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 67b1f9c..cd92e7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,6 @@ under the License.
<version>3.3.1</version>
<configuration>
<detectLinks>false</detectLinks>
- <additionalJOption>--no-module-directories</additionalJOption>
</configuration>
</plugin>
<plugin>
@@ -213,6 +212,6 @@ under the License.
</plugins>
</build>
</profile>
-
+
</profiles>
</project>