summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 16:38:09 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 16:38:09 +0200
commit8dbbb595f18b850c610ba17737a14b39a80d82dd (patch)
tree8e0b6af13b529aa5bb2c2fb9efe1b8efcd1e7662 /pom.xml
parent94ef611be8bdb19d1b4927b3461241011f80666f (diff)
downloadsonarqube-8dbbb595f18b850c610ba17737a14b39a80d82dd.tar.gz
sonarqube-8dbbb595f18b850c610ba17737a14b39a80d82dd.zip
Remove javadoc option that fails with java 7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d39bf5473b3..5aa601f2bf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1268,9 +1268,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <additionalparam>-Xdoclint:none</additionalparam>
- </configuration>
<executions>
<execution>
<id>attach-javadocs</id>