summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-extsys/pom.xml
diff options
context:
space:
mode:
authorMR-ZZC <zhaozhongchao@huawei.com>2016-09-21 17:44:37 +0800
committerMR-ZZC <zhaozhongchao@huawei.com>2016-09-21 17:44:37 +0800
commit001e9215ac85188a2f31661c1926ce27ef285c05 (patch)
tree74ec6e3004af9ad05f9438dd8534ab30c7b25876 /openo-portal/portal-extsys/pom.xml
parent880c3279ae7e0f709878ba68c7307f5a73ae1c10 (diff)
Add controller manager page, only static web pages.
Change-Id: Ic87cbf843688243da0f3c905ccaa9ffcf673b61c Signed-off-by: MR-ZZC <zhaozhongchao@huawei.com>
Diffstat (limited to 'openo-portal/portal-extsys/pom.xml')
-rw-r--r--openo-portal/portal-extsys/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml
index c59e720c..4c68273c 100644
--- a/openo-portal/portal-extsys/pom.xml
+++ b/openo-portal/portal-extsys/pom.xml
@@ -24,5 +24,17 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>portal-extsys</artifactId>
- <packaging>pom</packaging>
+ <packaging>war</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <failOnMissingWebXml>false</failOnMissingWebXml>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>