From 2a1a57e290d5394cd28d3de7f06dd4f856584d6a Mon Sep 17 00:00:00 2001 From: charitha Date: Fri, 17 Nov 2017 12:55:14 +0530 Subject: [PATCH] Add siddhi extensions to reflect get methods in device management core service --- pom.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..50aeb0941 --- /dev/null +++ b/pom.xml @@ -0,0 +1,73 @@ + + + + 4.0.0 + + + org.wso2.carbon.devicemgt-plugins + extensions-feature + 4.0.93-SNAPSHOT + ../pom.xml + + + org.wso2.extension.siddhi.device.feature + pom + WSO2 Siddhi Execution Extension - Device Group Feature + http://wso2.org + This feature contains Siddhi extension feature for device groups + + + + org.wso2.carbon.devicemgt-plugins + org.wso2.extension.siddhi.device + + + + + + + org.wso2.maven + carbon-p2-plugin + ${carbon.p2.plugin.version} + + + p2-feature-generation + package + + p2-feature-gen + + + org.wso2.extension.siddhi.device + ../../etc/feature.properties + + + org.wso2.carbon.p2.category.type:server + org.eclipse.equinox.p2.type.group:true + + + + + org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.device:${carbon.devicemgt.plugins.version} + + + + + + + + + \ No newline at end of file