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 /server/sonar-server/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 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 92f25173726..b0ed4d4e4fd 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -302,19 +302,6 @@ <profiles> <profile> - <id>release</id> - <build> - <plugins> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> - </profile> - <profile> <!-- SonarSource internal use --> <id>dbTests</id> <activation> |