[APPC-44] command executor feature installer 59/7359/4
authorbeili.zhou <beili.zhou@amdocs.com>
Fri, 11 Aug 2017 19:52:51 +0000 (15:52 -0400)
committerPatrick Brady <pb071s@att.com>
Fri, 11 Aug 2017 20:28:22 +0000 (20:28 +0000)
commitd55beb2a5f9831c09601362b2e994e932ef9da74
treedbd899e42d30b05d0815e41e4c08cbe1209bdae6
parent06e1200649398b37d1eed49a7184a54c6ff5269e
[APPC-44] command executor feature installer

ONAP used karaf plugin installation which required each feature has
installer, this one is adding the feature installer for command
executor. Pre-change for APPC OAM operations.

Issue-Id: APPC-44
Change-Id: I02080f4ee52ee0e9794237e11ef86f4c330de420
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
appc-dispatcher/appc-command-executor/appc-command-executor-installer/.gitignore [new file with mode: 0644]
appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml [new file with mode: 0644]
appc-dispatcher/appc-command-executor/appc-command-executor-installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
appc-dispatcher/appc-command-executor/appc-command-executor-installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
appc-dispatcher/appc-command-executor/appc-command-executor-installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
appc-dispatcher/appc-command-executor/pom.xml