diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-02 19:09:27 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-02 19:09:27 +0200 |
commit | 6274fef2988a31c520b210b004ab1d5e24eb4959 (patch) | |
tree | 2350725120b9186c7c25a2621badb2f67789c047 /sonar-batch-maven-compat | |
parent | e371e5d9aa5f2f4ba5d189ca3a94b642fad267ca (diff) | |
download | sonarqube-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.xml | 16 |
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> |