diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-16 15:13:32 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-16 15:13:44 -0500 |
commit | 6de897959674e08be256a13c26ac746a5d0b4ea9 (patch) | |
tree | 0f65b4973054f28a4da55cba62626c915a994d2b /sdnr/northbound/oofpcipoc/installer | |
parent | bb0e2a6b2df61b076ae2354e8d824b2f297f5d8e (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>
Diffstat (limited to 'sdnr/northbound/oofpcipoc/installer')
-rw-r--r-- | sdnr/northbound/oofpcipoc/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |