diff options
Diffstat (limited to 'openo-portal/portal-extsys/pom.xml')
-rw-r--r-- | openo-portal/portal-extsys/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml index 8832e0db..3b6c5e50 100644 --- a/openo-portal/portal-extsys/pom.xml +++ b/openo-portal/portal-extsys/pom.xml @@ -16,8 +16,9 @@ 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"> - <modelVersion>4.0.0</modelVersion> +<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"> + <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>openo-portal</artifactId> @@ -34,7 +35,7 @@ <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> </configuration> - </plugin> - </plugins> - </build> + </plugin> + </plugins> + </build> </project> |