aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
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 /sonar-application
parent348aa30e464cde630d5664a55366ee7dd784d147 (diff)
downloadsonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.tar.gz
sonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.zip
SONAR-7226 deploy all artifacts to central, except SQ zip
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index adda8bf3227..a381af359ac 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -255,16 +255,9 @@
<profiles>
<profile>
<id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
</profile>
<profile>
<id>dev</id>