diff options
Diffstat (limited to 'sonar-batch-shaded')
-rw-r--r-- | sonar-batch-shaded/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml index d1459adc98c..fcde231e760 100644 --- a/sonar-batch-shaded/pom.xml +++ b/sonar-batch-shaded/pom.xml @@ -62,20 +62,4 @@ </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> |