diff options
Diffstat (limited to 'openo-portal/portal-auth/pom.xml')
-rw-r--r-- | openo-portal/portal-auth/pom.xml | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/openo-portal/portal-auth/pom.xml b/openo-portal/portal-auth/pom.xml index cdbf8d12..3abbe2fd 100644 --- a/openo-portal/portal-auth/pom.xml +++ b/openo-portal/portal-auth/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE) + Copyright 2016 ZTE Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -22,8 +22,19 @@ <artifactId>openo-portal</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>portal-auth</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>pom</packaging> + <modelVersion>4.0.0</modelVersion> + <artifactId>portal-auth</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> |