aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-18 12:52:12 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-18 12:52:46 -0400
commita664e5fe931be1ea1bbd6aac8d2a29cdd05fc52f (patch)
tree05b78186a6e27cb7aa0c717b8ea0ab0931fbc301 /aai-core/pom.xml
parentf32cc28c16a513311552dc21b7d6b027fad41058 (diff)
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 <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml14
1 files changed, 8 insertions, 6 deletions
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">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openecomp.aai</groupId>
+ <parent>
+ <groupId>org.openecomp.aai.aai-common</groupId>
+ <artifactId>aai-common</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
<artifactId>aai-core</artifactId>
- <version>1.1.0-SNAPSHOT</version>
<name>aai-core</name>
<packaging>jar</packaging>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
- <aai-schema.version>1.1.0-SNAPSHOT</aai-schema.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -23,9 +25,9 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.openecomp.aai</groupId>
+ <groupId>org.openecomp.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>${aai-schema.version}</version>
+ <version>${aai.schema.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>