aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr/pom.xml
diff options
context:
space:
mode:
authorXiuchao Wu <xiuchao.wu@huawei.com>2016-09-22 16:54:06 +0100
committerXiuchao Wu <xiuchao.wu@huawei.com>2016-09-22 16:54:06 +0100
commit1561cc66e5154d266e513e1efc97764ebbc7d42a (patch)
tree92da09490fc12a182be0da0c12c96b1453838401 /openo-portal/portal-lifecyclemgr/pom.xml
parent327936ce2a1e53dd29d1b39322ce01069f134c0e (diff)
add portal-lifecyclemgr into the pom file of openo-portal
Change-Id: Ibd69e55ce654fe1cd94203f2684f04b5157fd85d Signed-off-by: Xiuchao Wu <xiuchao.wu@huawei.com>
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>