summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-10-06 11:00:09 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-10-06 11:00:17 +0200
commit816bcd259e73682f72147495a1287ee54a5dc04c (patch)
tree0e355b56b4f64e94864d55fd545ef921c4abea3c /pom.xml
parentf016e3247180ac0858409d71a47107fc49e0ae6c (diff)
parentf07e48cc10814e7525f6a120f16f8330ea37207c (diff)
downloadjgit-816bcd259e73682f72147495a1287ee54a5dc04c.tar.gz
jgit-816bcd259e73682f72147495a1287ee54a5dc04c.zip
Merge branch 'stable-4.10' into stable-4.11
* stable-4.10: Fix configuration of maven-javadoc-plugin Change-Id: I80db074c45e840f15e227a400ef637b85084e711 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 089a74fa03..3d15c7ba02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,7 +531,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <additionalparam>-Xdoclint:-missing</additionalparam>
+ <additionalJOption>-Xdoclint:-missing</additionalJOption>
<encoding>${project.build.sourceEncoding}</encoding>
<quiet>true</quiet>
<excludePackageNames>org.eclipse.jgit.http.test</excludePackageNames>