diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 10:46:06 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 11:45:50 +0100 |
commit | e7939083c7e227e871b6a525ea06e25bd6244c00 (patch) | |
tree | a9e4dc6feac92556be7ea3662ac92c2bf277f506 /sonar-application/pom.xml | |
parent | 959dc121dfeec82f8849f84a58fe06aae3a895c5 (diff) | |
download | sonarqube-e7939083c7e227e871b6a525ea06e25bd6244c00.tar.gz sonarqube-e7939083c7e227e871b6a525ea06e25bd6244c00.zip |
Remove unused maven-release-plugin
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b71591fbd0b..fd4ab618a2c 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -251,12 +251,6 @@ </build> <profiles> <profile> - <id>release</id> - <properties> - <maven.deploy.skip>true</maven.deploy.skip> - </properties> - </profile> - <profile> <id>dev</id> <properties> <assembly.recompressZippedFiles>false</assembly.recompressZippedFiles> |