aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 15:18:03 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 15:18:03 +0200
commit94ef611be8bdb19d1b4927b3461241011f80666f (patch)
tree69d1f513791740af38d05c05d41f2046f773cc60 /pom.xml
parentd69d3fd2103d7463f308850c1b7fd22ff6bd8d14 (diff)
downloadsonarqube-94ef611be8bdb19d1b4927b3461241011f80666f.tar.gz
sonarqube-94ef611be8bdb19d1b4927b3461241011f80666f.zip
Disable javadoc lints (missing @return, ...)
That would break releasability.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5aa601f2bf9..d39bf5473b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>