diff options
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> |