aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-29 16:06:31 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-29 16:06:31 +0100
commitfd1bf09182f969d57b927536c9daed331fd3d3c9 (patch)
treee3a9f91d19938a1c5302ebb6e71caf5d4cfe6654 /server/sonar-server-benchmarks
parentf6570b1dac3d8ee21101c4020b4f0492a64f50de (diff)
downloadsonarqube-fd1bf09182f969d57b927536c9daed331fd3d3c9.tar.gz
sonarqube-fd1bf09182f969d57b927536c9daed331fd3d3c9.zip
Do not deploy internal artifacts to maven central repo
Diffstat (limited to 'server/sonar-server-benchmarks')
-rw-r--r--server/sonar-server-benchmarks/pom.xml29
1 files changed, 4 insertions, 25 deletions
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>