aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-server-benchmarks/pom.xml')
-rw-r--r--server/sonar-server-benchmarks/pom.xml15
1 files changed, 2 insertions, 13 deletions
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>