aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-30 09:21:54 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-30 09:21:54 +0100
commit1f27cc9f4ad89e9a746d7060767550dc073c2313 (patch)
treea88cee2e14012b9aa7655c248276a90fa97b0ea5 /server/sonar-web/pom.xml
parentd7d20c58c771f3be6cc44b37dc5b741443beca03 (diff)
parent9d0db7ccf1b038e4b17729499cedda8b167b2770 (diff)
downloadsonarqube-1f27cc9f4ad89e9a746d7060767550dc073c2313.tar.gz
sonarqube-1f27cc9f4ad89e9a746d7060767550dc073c2313.zip
Merge remote-tracking branch 'origin/branch-5.2'
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r--server/sonar-web/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 092da6be892..6c74b1db15e 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -229,6 +229,12 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>