aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--it/pom.xml18
1 files changed, 3 insertions, 15 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 97ff9b4ed87..856f24404ed 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -13,24 +13,12 @@
<name>SonarQube Integration Tests</name>
<packaging>pom</packaging>
+ <properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
<modules>
<module>it-plugins</module>
<module>it-tests</module>
</modules>
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>