diff options
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index d955694912e..2230fb4b180 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -175,5 +175,18 @@ <enableBenchmarkAssertions>true</enableBenchmarkAssertions> </properties> </profile> + <profile> + <id>release</id> + <build> + <plugins> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </profile> </profiles> </project> |