aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-db/pom.xml')
-rw-r--r--sonar-db/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index b22d0e9e0fa..530ff1c1f0e 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -197,5 +197,18 @@
</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>