diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-09 15:18:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-09 15:18:03 +0200 |
commit | 94ef611be8bdb19d1b4927b3461241011f80666f (patch) | |
tree | 69d1f513791740af38d05c05d41f2046f773cc60 /pom.xml | |
parent | d69d3fd2103d7463f308850c1b7fd22ff6bd8d14 (diff) | |
download | sonarqube-94ef611be8bdb19d1b4927b3461241011f80666f.tar.gz sonarqube-94ef611be8bdb19d1b4927b3461241011f80666f.zip |
Disable javadoc lints (missing @return, ...)
That would break releasability.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1268,6 +1268,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <additionalparam>-Xdoclint:none</additionalparam> + </configuration> <executions> <execution> <id>attach-javadocs</id> |