diff options
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index a5131a3e415..4485100a189 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -166,18 +166,5 @@ <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> |