You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2020/05/03 11:40:16 UTC

[opennlp] branch master updated: OPENNLP-1303: Changed javadoc plugin configuration (#375)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 918f42f  OPENNLP-1303: Changed javadoc plugin configuration (#375)
918f42f is described below

commit 918f42f63a949df9d4fcf2e7f853c058c14697ac
Author: Peter Thygesen <th...@users.noreply.github.com>
AuthorDate: Sun May 3 13:40:09 2020 +0200

    OPENNLP-1303: Changed javadoc plugin configuration (#375)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 205a3eb..5db64ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,7 +327,7 @@
 				<artifactId>maven-javadoc-plugin</artifactId>
 				<version>3.1.1</version>
 				<configuration>
-					<additionalparam>-Xdoclint:none</additionalparam>
+					<doclint>none</doclint>
 				</configuration>
 				<executions>
 					<execution>