From d7bbfc377fdf22b65a9555b768bcb284b9408b23 Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Sat, 18 Mar 2023 00:17:59 +0530 Subject: [PATCH] deploying emqx jars to iot-community --- p2-profile/iot/pom.xml | 43 ++++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/p2-profile/iot/pom.xml b/p2-profile/iot/pom.xml index 3a74a5b..214de54 100644 --- a/p2-profile/iot/pom.xml +++ b/p2-profile/iot/pom.xml @@ -57,6 +57,49 @@ + + copy-emqx-exhook + test + + copy + + + + + org.wso2.carbon.devicemgt-plugins + io.entgra.device.mgt.plugins.emqx.exhook + ${carbon.device.mgt.plugin.version} + jar + true + jar-with-dependencies + ${project.basedir}/target/${entgra-iot-core}/repository/components/lib/ + + + false + true + + + + copy-emqx-initializer + test + + copy + + + + + org.wso2.carbon.devicemgt-plugins + io.entgra.device.mgt.plugins.emqx.initializer + ${carbon.device.mgt.plugin.version} + jar + true + ${project.basedir}/target/${entgra-iot-core}/repository/components/dropins/ + + + false + true + + diff --git a/pom.xml b/pom.xml index 6f4851f..81f9518 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ 1.4.199.wso2v1 - 6.0.12-SNAPSHOT + 6.0.13-SNAPSHOT