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-server/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-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index aaa2f6951d5..977592d217e 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -302,19 +302,6 @@ <profiles> <profile> - <id>release</id> - <build> - <plugins> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> - </profile> - <profile> <!-- SonarSource internal use --> <id>dbTests</id> <activation> |