diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-06 11:00:09 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-06 11:00:17 +0200 |
commit | 816bcd259e73682f72147495a1287ee54a5dc04c (patch) | |
tree | 0e355b56b4f64e94864d55fd545ef921c4abea3c /pom.xml | |
parent | f016e3247180ac0858409d71a47107fc49e0ae6c (diff) | |
parent | f07e48cc10814e7525f6a120f16f8330ea37207c (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |