diff options
author | 2016-09-22 09:06:55 +0000 | |
---|---|---|
committer | 2016-09-22 09:06:55 +0000 | |
commit | 8d076412ae9d2e8131c99c6191c6bbed40b9f2d8 (patch) | |
tree | 8aa57b76272916ea1107be90b1c03d2cee9fd191 /openo-portal/portal-extsys/pom.xml | |
parent | fb9dd3ae8b720388892885883e548452e5451143 (diff) | |
parent | 001e9215ac85188a2f31661c1926ce27ef285c05 (diff) |
Merge "Add controller manager page, only static web pages."
Diffstat (limited to 'openo-portal/portal-extsys/pom.xml')
-rw-r--r-- | openo-portal/portal-extsys/pom.xml | 14 |
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> |