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/a1Adapter/installer/pom.xml | |
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/a1Adapter/installer/pom.xml')
-rw-r--r-- | sdnr/northbound/a1Adapter/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |