summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/installer/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-11 20:57:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-11 20:57:02 +0000
commit5dfa696b46c79c64c429c66d2af911bd54a653d7 (patch)
tree1a12975a07756a9b9476461d5972d5c0913745e0 /blueprints-processor/installer/pom.xml
parentd348199f43d31b55d9d974bb9679a6cfc3ca97e2 (diff)
parentea45fbffab1f36271def9443fd32cdbd75839f7e (diff)
Merge "Update parent pom to conform to CCSDK structure"
Diffstat (limited to 'blueprints-processor/installer/pom.xml')
-rw-r--r--blueprints-processor/installer/pom.xml28
1 files changed, 15 insertions, 13 deletions
diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml
index ef39b412d..54ad30d42 100644
--- a/blueprints-processor/installer/pom.xml
+++ b/blueprints-processor/installer/pom.xml
@@ -21,12 +21,15 @@
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.onap.ccsdk.config</groupId>
- <artifactId>blueprints-processor</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath />
</parent>
+ <groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-processor-installer</artifactId>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Blueprints Processor :: ${project.artifactId}</name>
@@ -41,6 +44,7 @@
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-processor-features</artifactId>
+ <version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
<exclusions>
@@ -53,22 +57,27 @@
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-data-adaptor-provider</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-rest-adaptor-provider</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-assignment-provider</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-generator-provider</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.ccsdk.config</groupId>
<artifactId>blueprints-model-provider</artifactId>
+ <version>${project.version}</version>
</dependency>
</dependencies>
@@ -84,12 +93,12 @@
</goals>
<phase>package</phase>
<configuration>
- <attach>false</attach>
+ <attach>true</attach>
<finalName>stage/${application.name}-${project.version}</finalName>
<descriptors>
<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
</descriptors>
- <appendAssemblyId>false</appendAssemblyId>
+ <appendAssemblyId>true</appendAssemblyId>
</configuration>
</execution>
<execution>
@@ -128,14 +137,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeArtifactIds>
- blueprints-processor-features,
- blueprints-data-adaptor-provider,
- blueprints-rest-adaptor-provider,
- blueprints-assignment-provider,
- blueprints-generator-provider,commons-lang,commons-collections,
- blueprints-model-provider,
- </includeArtifactIds>
+ <includeGroupIds>org.onap.ccsdk.config</includeGroupIds>
<scope>provided</scope>
</configuration>
</execution>