diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 08:36:59 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 08:36:59 -0400 |
commit | 11efde7eaee37b3de4eb270342059ec436fb5146 (patch) | |
tree | 3c6fbc24c68d3bff88448ebb4f24e5d5597a0c83 /ncomp-maven-parent-project/src/main | |
parent | 2a5b3568b7ca5d70965ad3fdf315f2e7d83a96f2 (diff) |
pom javadoc
Change-Id: I7a5edce6de295a021cde550a909b7830e5e22107
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'ncomp-maven-parent-project/src/main')
-rw-r--r-- | ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml index c8e4522..defa15d 100644 --- a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml +++ b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml @@ -1,5 +1,5 @@ -<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"> +<?xml version="1.0"?> +<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> <groupId>GNAMEEEE</groupId> @@ -10,7 +10,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> <modules> MMMM |