diff options
-rw-r--r-- | server/sonar-process-monitor/pom.xml | 17 | ||||
-rw-r--r-- | server/sonar-process/pom.xml | 17 | ||||
-rw-r--r-- | server/sonar-search/pom.xml | 17 | ||||
-rw-r--r-- | server/sonar-server-benchmarks/pom.xml | 29 | ||||
-rw-r--r-- | server/sonar-server/pom.xml | 13 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 6 | ||||
-rw-r--r-- | sonar-batch-protocol/pom.xml | 16 | ||||
-rw-r--r-- | sonar-batch/pom.xml | 13 | ||||
-rw-r--r-- | sonar-core/pom.xml | 16 | ||||
-rw-r--r-- | sonar-db/pom.xml | 13 | ||||
-rw-r--r-- | sonar-plugin-api-deps/pom.xml | 42 |
11 files changed, 148 insertions, 51 deletions
diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 6ff38e1b682..91605bc114d 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> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 8e25d9a3649..077917d486f 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -96,4 +96,21 @@ </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 d8349dcde7a..0963ba8f1a0 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -67,4 +67,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> diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index c148e190b78..cb025823976 100644 --- a/server/sonar-server-benchmarks/pom.xml +++ b/server/sonar-server-benchmarks/pom.xml @@ -99,34 +99,13 @@ </profile> <profile> <id>release</id> - <activation><activeByDefault>false</activeByDefault></activation> <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <id>empty-javadoc-jar</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - <configuration> - <classifier>javadoc</classifier> - </configuration> - </execution> - <execution> - <id>empty-sources-jar</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - <configuration> - <classifier>sources</classifier> - </configuration> - </execution> - </executions> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> </plugin> </plugins> </build> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 977592d217e..8ef7b27bc12 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -337,6 +337,19 @@ </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-web/pom.xml b/server/sonar-web/pom.xml index 733241c633a..f0c4bd4c27c 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -229,6 +229,12 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> <dependencies> diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 774286a2d69..d3ec1d1ee74 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -85,4 +85,20 @@ </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 39343a10fd5..bc0e3022b69 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -175,5 +175,18 @@ <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 97c475b3a0f..fc1f4fbfeb6 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -147,4 +147,20 @@ </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 b22d0e9e0fa..530ff1c1f0e 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -197,5 +197,18 @@ </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 f1ff511c965..9fbc8886e05 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -152,32 +152,22 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <id>empty-javadoc-jar</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - <configuration> - <classifier>javadoc</classifier> - </configuration> - </execution> - <execution> - <id>empty-sources-jar</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - <configuration> - <classifier>sources</classifier> - </configuration> - </execution> - </executions> - </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> |