diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-23 21:50:10 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-23 21:50:10 +0800 |
commit | 540f0bf70e65f982bdae95d3fb3a95db5a66bbe7 (patch) | |
tree | 6cac8f0301a4bf8c32bd6fcc402b3cb07162a9ce /openo-portal/portal-lifecyclemgr/pom.xml | |
parent | 5150528130a100b2ab712b60da5f90534e1dec7c (diff) |
formatting the code, removing unnecessary imports and URL patterns correction
Change-Id: If3e556b40dfd722727156f70975eb93b94d9c088
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/pom.xml')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/pom.xml | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 853fe11b..897234c5 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -16,28 +16,29 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <parent> - <groupId>org.openo.gso.gui</groupId> - <artifactId>openo-portal</artifactId> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <groupId>org.openo.gso.gui</groupId> + <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> - </parent> - - <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> - + <packaging>pom</packaging> + + <!-- <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <configuration> + <failOnMissingWebXml>false</failOnMissingWebXml> + </configuration> + </plugin> + </plugins> + </build> --> + </project> |