summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-01-16 15:13:32 -0500
committerDan Timoney <dtimoney@att.com>2020-01-16 15:13:44 -0500
commit6de897959674e08be256a13c26ac746a5d0b4ea9 (patch)
tree0f65b4973054f28a4da55cba62626c915a994d2b
parentbb0e2a6b2df61b076ae2354e8d824b2f297f5d8e (diff)
Fix installers for a1Adapter and oofpcipoc
Fixed typo in pom.xml for a1Adapter and oofpcipoc that was preventing karaf features file from being included in installation bundle. Change-Id: I162356cf3d3f32a79c7c7f7b2218fed35a09ff73 Issue-ID: CCSDK-2027 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--sdnr/northbound/a1Adapter/installer/pom.xml2
-rw-r--r--sdnr/northbound/oofpcipoc/installer/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/northbound/a1Adapter/installer/pom.xml b/sdnr/northbound/a1Adapter/installer/pom.xml
index 2b33aecf7..c9d221ab0 100644
--- a/sdnr/northbound/a1Adapter/installer/pom.xml
+++ b/sdnr/northbound/a1Adapter/installer/pom.xml
@@ -86,7 +86,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeArtifactIds>a1Adapter-model,a1Adapter-provider,sdnr-a1Adapter</includeArtifactIds>
+ <includeArtifactIds>a1Adapter-model,a1Adapter-provider,a1Adapter-feature</includeArtifactIds>
<scope>provided</scope>
</configuration>
</execution>
diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml
index a454646ff..38800eb6f 100644
--- a/sdnr/northbound/oofpcipoc/installer/pom.xml
+++ b/sdnr/northbound/oofpcipoc/installer/pom.xml
@@ -92,7 +92,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeArtifactIds>oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,sdnr-oofpcipoc</includeArtifactIds>
+ <includeArtifactIds>oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,oofpcipoc-feature</includeArtifactIds>
<scope>provided</scope>
</configuration>
</execution>