summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-BE/pom.xml')
-rw-r--r--ecomp-portal-BE/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml
index b01fa495..cdb4a5c4 100644
--- a/ecomp-portal-BE/pom.xml
+++ b/ecomp-portal-BE/pom.xml
@@ -74,6 +74,14 @@
<finalName>ecompportal</finalName>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>