diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-14 10:51:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-14 10:51:13 +0200 |
commit | 286ebb7201cf0894aba99f58c52426f42675daf9 (patch) | |
tree | 523cee8d0d13aac565fe92443aa0a97a5ba25e55 /server/sonar-web/pom.xml | |
parent | 80bf0a1c4fdc5ca27ff39a866351bda8c76e6056 (diff) | |
download | sonarqube-286ebb7201cf0894aba99f58c52426f42675daf9.tar.gz sonarqube-286ebb7201cf0894aba99f58c52426f42675daf9.zip |
Deploy module sonar-server to maven central
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 1732dbc4272..96e5405fcf2 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -157,12 +157,6 @@ <build> <plugins> <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <configuration> |