diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-01 22:08:23 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-04 16:44:01 +0100 |
commit | 1f4b2123afcb0fb70c8e105a5d9820f7761da875 (patch) | |
tree | 5ca91bd643d702ccdbb309441a3288f542252838 /sonar-plugin-api-deps/pom.xml | |
parent | 348aa30e464cde630d5664a55366ee7dd784d147 (diff) | |
download | sonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.tar.gz sonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.zip |
SONAR-7226 deploy all artifacts to central, except SQ zip
Diffstat (limited to 'sonar-plugin-api-deps/pom.xml')
-rw-r--r-- | sonar-plugin-api-deps/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index cd45a4571f6..fc86728ee25 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -164,20 +164,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> |