aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-maven-compat
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2014-07-02 19:09:27 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2014-07-02 19:09:27 +0200
commit6274fef2988a31c520b210b004ab1d5e24eb4959 (patch)
tree2350725120b9186c7c25a2621badb2f67789c047 /sonar-batch-maven-compat
parente371e5d9aa5f2f4ba5d189ca3a94b642fad267ca (diff)
downloadsonarqube-6274fef2988a31c520b210b004ab1d5e24eb4959.tar.gz
sonarqube-6274fef2988a31c520b210b004ab1d5e24eb4959.zip
Remove deployment of sonar-batch-maven-compat to Nexus
Diffstat (limited to 'sonar-batch-maven-compat')
-rw-r--r--sonar-batch-maven-compat/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml
index 458349e7feb..28bf19e362c 100644
--- a/sonar-batch-maven-compat/pom.xml
+++ b/sonar-batch-maven-compat/pom.xml
@@ -47,4 +47,20 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>