From 1c2d1ef231531bea608e179abf69634c7307f8d5 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Tue, 9 May 2017 16:30:54 +0530 Subject: [PATCH] added filter properties to pick plugins version from parent pom --- .../src/core/plugins/plugins-deployer.xml | 280 ++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 modules/distribution/src/core/plugins/plugins-deployer.xml diff --git a/modules/distribution/src/core/plugins/plugins-deployer.xml b/modules/distribution/src/core/plugins/plugins-deployer.xml new file mode 100644 index 00000000..5fe2d560 --- /dev/null +++ b/modules/distribution/src/core/plugins/plugins-deployer.xml @@ -0,0 +1,280 @@ + + + + + org.wso2 + wso2 + 1 + + + 4.0.0 + org.wso2.iot.devicemgt-plugins + iot-devicetype-feature-installation + 3.1.0-SNAPSHOT + pom + Device Type Plugins - IoT Core + http://wso2.org + + + ../wso2/analytics/plugins + + + + + + org.wso2.maven + carbon-p2-plugin + 1.5.3 + + + 2-p2-repo-generation + package + + p2-repo-gen + + + file:\${basedir}/target/p2-repo + file:\${basedir}/target/p2-repo + true + true + + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.arduino.ui.feature:${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.arduino.backend.feature:${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.raspberrypi.ui.feature:${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.raspberrypi.backend.feature:${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui.feature:${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.virtualfirealarm.backend.feature:${carbon.device.mgt.plugin.version} + + + + + + default-feature-install + package + + p2-profile-gen + + + default + file:\${basedir}/target/p2-repo + file:\${basedir}/target/p2-repo + \${basedir}/../wso2/components + false + + + + org.wso2.carbon.device.mgt.iot.arduino.ui.feature.group + ${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.device.mgt.iot.arduino.backend.feature.group + ${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.device.mgt.iot.raspberrypi.ui.feature.group + ${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.device.mgt.iot.raspberrypi.backend.feature.group + ${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui.feature.group + ${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.device.mgt.iot.virtualfirealarm.backend.feature.group + ${carbon.device.mgt.plugin.version} + + + + + + manager-feature-install + package + + p2-profile-gen + + + device-manager + file:\${basedir}/target/p2-repo + file:\${basedir}/target/p2-repo + \${basedir}/../wso2/components + false + + + + org.wso2.carbon.device.mgt.iot.arduino.ui.feature.group + ${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.device.mgt.iot.raspberrypi.ui.feature.group + ${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui.feature.group + ${carbon.device.mgt.plugin.version} + + + + + + backend-feature-install + package + + p2-profile-gen + + + device-backend + file:\${basedir}/target/p2-repo + file:\${basedir}/target/p2-repo + \${basedir}/../wso2/components + false + + + + org.wso2.carbon.device.mgt.iot.arduino.backend.feature.group + ${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.device.mgt.iot.raspberrypi.backend.feature.group + ${carbon.device.mgt.plugin.version} + + + + + org.wso2.carbon.device.mgt.iot.virtualfirealarm.backend.feature.group + ${carbon.device.mgt.plugin.version} + + + + + + + + + + + + wso2.releases + WSO2 internal Repository + http://maven.wso2.org/nexus/content/repositories/releases/ + + true + daily + ignore + + + + wso2.snapshots + Apache Snapshot Repository + http://maven.wso2.org/nexus/content/repositories/snapshots/ + + true + daily + + + false + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + ignore + + + + + + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + ignore + + + + wso2.releases + WSO2 internal Repository + http://maven.wso2.org/nexus/content/repositories/releases/ + + true + daily + ignore + + + + wso2.snapshots + WSO2 Snapshot Repository + http://maven.wso2.org/nexus/content/repositories/snapshots/ + + true + daily + + + false + + + + + + + ${carbon.device.mgt.plugin.version} + +