diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-30 09:21:54 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-30 09:21:54 +0100 |
commit | 1f27cc9f4ad89e9a746d7060767550dc073c2313 (patch) | |
tree | a88cee2e14012b9aa7655c248276a90fa97b0ea5 /server/sonar-process-monitor | |
parent | d7d20c58c771f3be6cc44b37dc5b741443beca03 (diff) | |
parent | 9d0db7ccf1b038e4b17729499cedda8b167b2770 (diff) | |
download | sonarqube-1f27cc9f4ad89e9a746d7060767550dc073c2313.tar.gz sonarqube-1f27cc9f4ad89e9a746d7060767550dc073c2313.zip |
Merge remote-tracking branch 'origin/branch-5.2'
Diffstat (limited to 'server/sonar-process-monitor')
-rw-r--r-- | server/sonar-process-monitor/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 81b6d12dbad..3821fcd21ca 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -79,4 +79,21 @@ </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> |