]> source.dussan.org Git - sonarqube.git/commitdiff
Disable javadoc lints (missing @return, ...)
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Oct 2015 13:18:03 +0000 (15:18 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Oct 2015 13:18:03 +0000 (15:18 +0200)
That would break releasability.

pom.xml

diff --git a/pom.xml b/pom.xml
index 5aa601f2bf96a365efecc21d2931fe23adc49835..d39bf5473b3d2e8413034a692931922ae373b2ed 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <additionalparam>-Xdoclint:none</additionalparam>
+            </configuration>
             <executions>
               <execution>
                 <id>attach-javadocs</id>