diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-23 21:52:17 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-23 21:52:17 +0800 |
commit | 985b2108a6437173d4364238c13a98d13d1c7083 (patch) | |
tree | 6e0f3def4d538cc27bd622c0e165fd66548df1d0 /openo-portal/portal-resmgr/pom.xml | |
parent | 540f0bf70e65f982bdae95d3fb3a95db5a66bbe7 (diff) |
formatting the code, removing unnecessary imports and URL patterns correction
Change-Id: I44ef8d3318e222cf6cdbccfb717f22b05dd6cb01
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-resmgr/pom.xml')
-rw-r--r-- | openo-portal/portal-resmgr/pom.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/openo-portal/portal-resmgr/pom.xml b/openo-portal/portal-resmgr/pom.xml index 0ba93617..60890a2b 100644 --- a/openo-portal/portal-resmgr/pom.xml +++ b/openo-portal/portal-resmgr/pom.xml @@ -16,18 +16,19 @@ 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> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>portal-resmgr</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>war</packaging> +<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-resmgr</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>pom</packaging> +<!-- <build> <plugins> <plugin> @@ -38,5 +39,5 @@ </configuration> </plugin> </plugins> - </build> + </build> --> </project> |