diff options
author | Jenkins CI <ci@sonarsource.com> | 2015-10-14 15:32:56 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2015-10-14 15:32:56 +0200 |
commit | 0b322db4307871e4cb5c0058f197862e271f4062 (patch) | |
tree | 840592f7ddf38a8b11e25c10710811e190c96ad6 /it/pom.xml | |
parent | 15b2160babc5c35ede960b7d0e133acbec8c6c51 (diff) | |
parent | cf0128cceea80d2637dff20713d6de9182394242 (diff) | |
download | sonarqube-0b322db4307871e4cb5c0058f197862e271f4062.tar.gz sonarqube-0b322db4307871e4cb5c0058f197862e271f4062.zip |
Automatic merge from branch-5.2
* origin/branch-5.2:
SONAR-6880 Fix SSF-37
Revert "SONAR-6310 Delete RoR WS api/profiles/index"
SONAR-6397 remove last line trick from ComputeFileSourceData
SONAR-6397 read changeset from DB only if File is unmodified
SONAR-6397 ScmInfoRepository optimisation for non FILE components
Clean all temporary JS dependencies before release
Prevent integration test modules to be deployed on central repository
Deploy module sonar-server to maven central
fix alignment in the file details
fix applying of issue filter when user is not authenticated
Revert "SONAR-6309 Delete RoR WS profiles/list"
Diffstat (limited to 'it/pom.xml')
-rw-r--r-- | it/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/it/pom.xml b/it/pom.xml index 684fe0a7248..575fded5120 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -19,4 +19,19 @@ <module>it-tests</module> </modules> + <profiles> + <profile> + <id>release</id> + <build> + <plugins> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project> |