From a664e5fe931be1ea1bbd6aac8d2a29cdd05fc52f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 18 May 2017 12:52:12 -0400 Subject: [PATCH] Update the pom to be able to properly deploy onap Need to modify the pom to properly deploy jars in onap Change-Id: I80ca1ccb6a2c9ee409adf269fd1585d13a1e90b0 Signed-off-by: Venkata Harish K Kajur --- aai-annotations/pom.xml | 9 ++++++--- aai-core/pom.xml | 14 ++++++++------ aai-schema/pom.xml | 14 ++++++++------ pom.xml | 8 +++++++- readme.md | 2 +- 5 files changed, 30 insertions(+), 17 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index ad7fc156..e0c8e1b3 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -3,15 +3,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.openecomp.aai + + org.openecomp.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + aai-annotations - 1.1.0-SNAPSHOT aai-annotations jar UTF-8 https://nexus.onap.org - /content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} 1.8 1.8 diff --git a/aai-core/pom.xml b/aai-core/pom.xml index d77596fe..1db3837e 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -3,17 +3,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.openecomp.aai + + org.openecomp.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + aai-core - 1.1.0-SNAPSHOT aai-core jar 1.8 1.8 - 1.1.0-SNAPSHOT https://nexus.onap.org - /content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} java jacoco ${project.build.directory}/surefire-reports @@ -23,9 +25,9 @@ - org.openecomp.aai + org.openecomp.aai.aai-common aai-schema - ${aai-schema.version} + ${aai.schema.version} commons-lang diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 5aa58b0a..78f76fb1 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -3,21 +3,23 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.openecomp.aai + + org.openecomp.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + aai-schema - 1.1.0-SNAPSHOT aai-schema UTF-8 - 1.1.0-SNAPSHOT https://nexus.onap.org - /content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} 1.8 1.8 - org.openecomp.aai + org.openecomp.aai.aai-common aai-annotations ${aai.annotations.version} @@ -83,7 +85,7 @@ 1.0.2 - org.openecomp.aai + org.openecomp.aai.aai-common aai-annotations ${aai.annotations.version} diff --git a/pom.xml b/pom.xml index 64cc47b1..773d3fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ 4.0.0 - org.openecomp.aai + org.openecomp.aai.aai-common aai-common 1.1.0-SNAPSHOT pom @@ -13,8 +13,14 @@ + 1.8 + 1.8 + UTF-8 https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/readme.md b/readme.md index fa630b6a..b1a44446 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# OpenECOMP AAI-Common Repo +# OpenECOMP AAI-Common --- --- -- 2.16.6