aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/pom.xml
diff options
context:
space:
mode:
authorThomas Vérin <thomas.verin@sonarsource.com>2015-10-13 11:55:59 +0200
committerThomas Vérin <thomas.verin@sonarsource.com>2015-10-13 11:55:59 +0200
commit5d816d9a12280489ba218d34be866d05e8b97eba (patch)
tree0e1c19d320b14fce38608e44d5c5b53404d3e960 /server/sonar-web/pom.xml
parentcf7a6b574f067e3d0ef4a4253d4422093366ba0e (diff)
downloadsonarqube-5d816d9a12280489ba218d34be866d05e8b97eba.tar.gz
sonarqube-5d816d9a12280489ba218d34be866d05e8b97eba.zip
Update the sonar-web pom with correct config for javadoc and sources
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r--server/sonar-web/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 106cdbca1ef..1732dbc4272 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -180,6 +180,10 @@
</overlay>
</overlays>
</configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>