summaryrefslogtreecommitdiffstats
path: root/server/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 22:08:23 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-04 16:44:01 +0100
commit1f4b2123afcb0fb70c8e105a5d9820f7761da875 (patch)
tree5ca91bd643d702ccdbb309441a3288f542252838 /server/sonar-server/pom.xml
parent348aa30e464cde630d5664a55366ee7dd784d147 (diff)
downloadsonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.tar.gz
sonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.zip
SONAR-7226 deploy all artifacts to central, except SQ zip
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r--server/sonar-server/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 39ef1eff416..cd4ce947ef3 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -334,20 +334,6 @@
</dependency>
</dependencies>
</profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>