]> source.dussan.org Git - sonarqube.git/commitdiff
Remove javadoc option that fails with java 7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Oct 2015 14:38:09 +0000 (16:38 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Oct 2015 14:38:09 +0000 (16:38 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index d39bf5473b3d2e8413034a692931922ae373b2ed..5aa601f2bf96a365efecc21d2931fe23adc49835 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>