diff options
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 092da6be892..6c74b1db15e 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> |