summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/installer/pom.xml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-11 11:13:56 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-11 15:59:30 -0400
commitea45fbffab1f36271def9443fd32cdbd75839f7e (patch)
tree642aef45a23abf28025c7828552e986d8126164f /blueprints-processor/installer/pom.xml
parent0a300470a8f92141ee34302fd17f8c7fa09cccdf (diff)
Update parent pom to conform to CCSDK structure
Change-Id: Ie99cd61cc83dff14b2e1a1a1014411342031e27f Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
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 f8a053e1d..65d42ecaa 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>