Fix installers for a1Adapter and oofpcipoc 89/100389/1
authorDan Timoney <dtimoney@att.com>
Thu, 16 Jan 2020 20:13:32 +0000 (15:13 -0500)
committerDan Timoney <dtimoney@att.com>
Thu, 16 Jan 2020 20:13:44 +0000 (15:13 -0500)
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>
sdnr/northbound/a1Adapter/installer/pom.xml
sdnr/northbound/oofpcipoc/installer/pom.xml

index 2b33aec..c9d221a 100644 (file)
@@ -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>
index a454646..38800eb 100644 (file)
@@ -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>