summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/pom.xml')
-rw-r--r--openo-portal/portal-lifecyclemgr/pom.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml
index e48092b7..853fe11b 100644
--- a/openo-portal/portal-lifecyclemgr/pom.xml
+++ b/openo-portal/portal-lifecyclemgr/pom.xml
@@ -22,8 +22,22 @@
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>portal-lifecyclemgr</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>war</packaging>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>portal-lifecyclemgr</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <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>