From: Kanagaraj Manickam k00365106 Date: Tue, 24 Oct 2017 14:14:23 +0000 (+0530) Subject: Enable switch for adding only required plugins X-Git-Tag: v2.0.0~43 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F24397%2F9;p=cli.git Enable switch for adding only required plugins use mvn clean install -P oclip-pluings or onap-plugins Issue-Id: CLI-66 Change-Id: Ic0041fdd76f166a8bcc7ee4234e731d67461d944 Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/plugins/pom.xml b/plugins/pom.xml index a2972d1d..c74d56b2 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -43,11 +43,29 @@ ${project.parent.version} - - onap-1.0 - onap-1.1 - sample - + + + oclip-plugins + + true + + + sample + + + + onap-plugins + + true + + + onap-1.0 + onap-1.1 + + + + +