aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-extsys/pom.xml
diff options
context:
space:
mode:
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>