diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:18:04 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:18:04 -0400 |
commit | 78940f01170cb758f85f47789e471348803fbf42 (patch) | |
tree | cc0024ec9b2c35139c96468ca690c36ea2edf101 /ncomp-core-model | |
parent | 7a7f2ef34a7a08cf8104401530f037e4bded78fb (diff) |
pom javadoc
Change-Id: I838ffa583adffaea785e823b00ec6271cb90d3fb
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'ncomp-core-model')
-rw-r--r-- | ncomp-core-model/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ncomp-core-model/pom.xml b/ncomp-core-model/pom.xml index d9eb494..ee08f34 100644 --- a/ncomp-core-model/pom.xml +++ b/ncomp-core-model/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>org.openecomp.ncomp.core</groupId> <artifactId>ncomp-core-model</artifactId> @@ -12,7 +12,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> <build> @@ -36,8 +36,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source /> - <target /> + <source/> + <target/> </configuration> </plugin> </plugins> |