aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 22:08:23 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-04 16:44:01 +0100
commit1f4b2123afcb0fb70c8e105a5d9820f7761da875 (patch)
tree5ca91bd643d702ccdbb309441a3288f542252838
parent348aa30e464cde630d5664a55366ee7dd784d147 (diff)
downloadsonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.tar.gz
sonarqube-1f4b2123afcb0fb70c8e105a5d9820f7761da875.zip
SONAR-7226 deploy all artifacts to central, except SQ zip
-rw-r--r--server/sonar-dev-cockpit-bridge/pom.xml17
-rw-r--r--server/sonar-process-monitor/pom.xml17
-rw-r--r--server/sonar-process/pom.xml17
-rw-r--r--server/sonar-search/pom.xml16
-rw-r--r--server/sonar-server-benchmarks/pom.xml15
-rw-r--r--server/sonar-server/pom.xml14
-rw-r--r--server/sonar-views-bridge/pom.xml17
-rw-r--r--server/sonar-web/pom.xml6
-rw-r--r--sonar-application/pom.xml13
-rw-r--r--sonar-batch-protocol/pom.xml16
-rw-r--r--sonar-batch-shaded/pom.xml16
-rw-r--r--sonar-batch/pom.xml13
-rw-r--r--sonar-core/pom.xml16
-rw-r--r--sonar-db/pom.xml13
-rw-r--r--sonar-plugin-api-deps/pom.xml16
15 files changed, 5 insertions, 217 deletions
diff --git a/server/sonar-dev-cockpit-bridge/pom.xml b/server/sonar-dev-cockpit-bridge/pom.xml
index 57ea5e00719..d816ed680c0 100644
--- a/server/sonar-dev-cockpit-bridge/pom.xml
+++ b/server/sonar-dev-cockpit-bridge/pom.xml
@@ -38,21 +38,4 @@
</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>
diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml
index 79af2d8e42d..40cc76658c5 100644
--- a/server/sonar-process-monitor/pom.xml
+++ b/server/sonar-process-monitor/pom.xml
@@ -79,21 +79,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>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 5b58a3dc90f..19c50e381f3 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -96,21 +96,4 @@
</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>
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index 902f40917c5..a46387a2ee6 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -68,20 +68,4 @@
</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>
diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml
index 0aa278cb6ac..5d65fb26fc3 100644
--- a/server/sonar-server-benchmarks/pom.xml
+++ b/server/sonar-server-benchmarks/pom.xml
@@ -14,6 +14,8 @@
<sonar.skip>true</sonar.skip>
<skipBenchmarks>true</skipBenchmarks>
<enableBenchmarkAssertions>false</enableBenchmarkAssertions>
+ <maven.install.skip>true</maven.install.skip>
+ <maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
@@ -98,18 +100,5 @@
<skipBenchmarks>false</skipBenchmarks>
</properties>
</profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 39ef1eff416..cd4ce947ef3 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -334,20 +334,6 @@
</dependency>
</dependencies>
</profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml
index dbbd0e6bbc5..c7fd92d1571 100644
--- a/server/sonar-views-bridge/pom.xml
+++ b/server/sonar-views-bridge/pom.xml
@@ -38,21 +38,4 @@
</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>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 3ddf04f4114..90b49194e44 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -221,12 +221,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
<dependencies>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index adda8bf3227..a381af359ac 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -255,16 +255,9 @@
<profiles>
<profile>
<id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
</profile>
<profile>
<id>dev</id>
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 183f29e98bd..cb0f9eeb9f8 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -108,20 +108,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>
diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml
index d1459adc98c..fcde231e760 100644
--- a/sonar-batch-shaded/pom.xml
+++ b/sonar-batch-shaded/pom.xml
@@ -62,20 +62,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>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index a5131a3e415..4485100a189 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -166,18 +166,5 @@
<enableBenchmarkAssertions>true</enableBenchmarkAssertions>
</properties>
</profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 7738b4d2a93..1500af2685b 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -124,20 +124,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>
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index e4dd27943ef..dd6901990cf 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -175,18 +175,5 @@
</dependency>
</dependencies>
</profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>
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>