diff options
Diffstat (limited to 'server/sonar-views-bridge/pom.xml')
-rw-r--r-- | server/sonar-views-bridge/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml index dbbd0e6bbc5..c7fd92d1571 100644 --- a/server/sonar-views-bridge/pom.xml +++ b/server/sonar-views-bridge/pom.xml @@ -38,21 +38,4 @@ </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> |