aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-08-08 10:31:29 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-08-08 10:31:29 +0200
commitf140b7f8ca308188b367449e11cf1ee94f8a2c9b (patch)
treea5c1c1a3b52655d0325bdd1559da797a8751c252 /pom.xml
parent4eb254b7e2871f5c1c8f986ef33528952924da13 (diff)
downloadsonarqube-f140b7f8ca308188b367449e11cf1ee94f8a2c9b.tar.gz
sonarqube-f140b7f8ca308188b367449e11cf1ee94f8a2c9b.zip
Fix required constraints of Nexus staging
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fd39df1d141..4928f237e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,11 +393,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>
- net.*:org.sonar.application:org.sonar.server:org.sonar.graph:org.sonar.batch:org.sonar.channel:org.sonar.java:org.sonar.maven*:org.sonar.plugins.*:org.sonar.colorizer:org.sonar.squid:org.sonar.core:org.sonar.jpa:org.sonar.duplications
+ net.*
</excludePackageNames>
<author>false</author>
<linksource>true</linksource>
- <reportOutputDirectory>${project.reporting.outputDirectory}/${project.version}/apidocs</reportOutputDirectory>
</configuration>
</plugin>
<plugin>