aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/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 /sonar-db/pom.xml
parent348aa30e464cde630d5664a55366ee7dd784d147 (diff)
downloadsonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.tar.gz
sonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.zip
SONAR-7226 deploy all artifacts to central, except SQ zip
Diffstat (limited to 'sonar-db/pom.xml')
-rw-r--r--sonar-db/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index e4dd27943ef..dd6901990cf 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -175,18 +175,5 @@
</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>
</project>