diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-21 17:01:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-21 17:19:30 +0200 |
commit | c10a7e7931473f197ae30669840942413db6b6cd (patch) | |
tree | 3692e2098d608bc345f452debf4022c3fa9adfa4 /pom.xml | |
parent | cb617e7ffc7600a3d5978b1f870ff114b4486976 (diff) | |
download | jgit-c10a7e7931473f197ae30669840942413db6b6cd.tar.gz jgit-c10a7e7931473f197ae30669840942413db6b6cd.zip |
Turn off doclint also during Maven site generation
Change-Id: Iefc77114de21e7a101642f5c3a8f0fb317886ba2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -689,6 +689,17 @@ </plugin> </plugins> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <additionalparam>-Xdoclint:-missing</additionalparam> + </configuration> + </plugin> + </plugins> + </reporting> </profile> <profile> <id>static-checks</id> |