Make cli plugins target lib 03/6403/2
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Mon, 31 Jul 2017 07:08:40 +0000 (12:38 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Mon, 31 Jul 2017 07:12:47 +0000 (12:42 +0530)
commit31439b63b92b8124588a6262e1d9d0a89cdd46e9
tree79063aa8cf8be509dabe2dc6994bb7522c1ae4c7
parentbe28eae2c74d34e43ca2b36b3762c4ad6bad8b4e
Make cli plugins target lib

Helps to copy all cli plugins jar into
plugins/target/lib, from here deployment
project will take them.

CLI-21
Change-Id: I52f0a37878f5cd1267f9cf5a1f326a71fb704e79
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
16 files changed:
deployment/pom.xml
main/pom.xml
plugins/msb/pom.xml [moved from plugins/common-service/pom.xml with 78% similarity]
plugins/msb/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceCreateCommand.java [moved from plugins/common-service/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceCreateCommand.java with 100% similarity]
plugins/msb/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceDeleteCommand.java [moved from plugins/common-service/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceDeleteCommand.java with 100% similarity]
plugins/msb/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceListCommand.java [moved from plugins/common-service/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceListCommand.java with 100% similarity]
plugins/msb/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceShowCommand.java [moved from plugins/common-service/src/main/java/org/onap/cli/cmd/cs/msb/OnapServiceShowCommand.java with 100% similarity]
plugins/msb/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand [moved from plugins/common-service/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand with 100% similarity]
plugins/msb/src/main/resources/microservice-create-schema.yaml [moved from plugins/common-service/src/main/resources/microservice-create-schema.yaml with 100% similarity]
plugins/msb/src/main/resources/microservice-delete-schema.yaml [moved from plugins/common-service/src/main/resources/microservice-delete-schema.yaml with 100% similarity]
plugins/msb/src/main/resources/microservice-list-schema.yaml [moved from plugins/common-service/src/main/resources/microservice-list-schema.yaml with 100% similarity]
plugins/msb/src/main/resources/microservice-show-schema.yaml [moved from plugins/common-service/src/main/resources/microservice-show-schema.yaml with 100% similarity]
plugins/msb/src/test/resources/service-list-schema.yaml [moved from plugins/common-service/src/test/resources/service-list-schema.yaml with 100% similarity]
plugins/msb/src/test/resources/user-create-schema.yaml [moved from plugins/common-service/src/test/resources/user-create-schema.yaml with 100% similarity]
plugins/pom.xml
pom.xml