summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/pom.xml
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-30 18:52:03 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-30 18:52:05 +0800
commitf38b3423a4ce40d8b5801243d682aa423abbd753 (patch)
treea851cd68443b72118aca672c119cbc4c5c68b2d4 /usecaseui-portal/pom.xml
parentda3c80aefd89bfa3f728c02d9d05eee18bb87cd9 (diff)
Fix UUI frontend docker image creation failure
Change-Id: I717e982d453bb6e30ec4f2b0e278ebb043fcef71 Issue-ID: USECASEUI-273 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/pom.xml')
-rw-r--r--usecaseui-portal/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml
index d8c9b241..c23f5283 100644
--- a/usecaseui-portal/pom.xml
+++ b/usecaseui-portal/pom.xml
@@ -97,28 +97,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
-
- <execution>
- <id>distribution</id>
- <phase>package</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <target name="distribution">
- <zip destfile="./usecase-ui.war" update="true">
- <zipfileset dir="./usecase-ui" includes="**"/>
- </zip>
- <attachartifact file="./usecase-ui.war" classifier="win64" type="zip"/>
- </target>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>