diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-29 16:06:31 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-29 16:06:31 +0100 |
commit | fd1bf09182f969d57b927536c9daed331fd3d3c9 (patch) | |
tree | e3a9f91d19938a1c5302ebb6e71caf5d4cfe6654 /server/sonar-web/pom.xml | |
parent | f6570b1dac3d8ee21101c4020b4f0492a64f50de (diff) | |
download | sonarqube-fd1bf09182f969d57b927536c9daed331fd3d3c9.tar.gz sonarqube-fd1bf09182f969d57b927536c9daed331fd3d3c9.zip |
Do not deploy internal artifacts to maven central repo
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 733241c633a..f0c4bd4c27c 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> |