summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/pom.xml')
-rw-r--r--ecomp-portal-FE/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ecomp-portal-FE/pom.xml b/ecomp-portal-FE/pom.xml
index e7f3a5d9..97283c0a 100644
--- a/ecomp-portal-FE/pom.xml
+++ b/ecomp-portal-FE/pom.xml
@@ -7,6 +7,14 @@
<build>
<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>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>