From 19d0d2a1161765a97a140e973c3c38dfe1fd889c Mon Sep 17 00:00:00 2001 From: Shabirmean Date: Fri, 18 Dec 2015 14:29:28 +0530 Subject: [PATCH] Added device-type deployer xml to the pack --- modules/distribution/pom.xml | 23 +++ modules/samples/installer/device-deployer.xml | 139 ++++++++++++++++++ 2 files changed, 162 insertions(+) create mode 100644 modules/samples/installer/device-deployer.xml diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index b10ef5b8..33389254 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -562,6 +562,7 @@ d + copy_modules_apps package @@ -569,6 +570,28 @@ d + + + + + + + + + + + + + + + + + + + + + + + + org.wso2.iot + wso2iot-parent + 1.0.0-SNAPSHOT + ../../pom.xml + + + + 4.0.0 + org.wso2.iot.devicetypes + devicetype-feature-installation + 1.0.0 + pom + Creating custom distribution + http://wso2.org + + + + + org.wso2.maven + carbon-p2-plugin + 1.5.3 + + + + 2-p2-repo-generation + package + + p2-repo-gen + + + file:${basedir}/samples/p2-repo + file:${basedir}/samples/p2-repo + true + true + + + + {FEATURE_ARTIFACT_DEF}.feature:{FEATURE_VERSION} + + + + + + + + + + + org.wso2.maven + carbon-p2-plugin + 1.5.3 + + + feature-install + package + + p2-profile-gen + + + default + file:${basedir}/samples/p2-repo + file:${basedir}/samples/p2-repo + repository/components + true + + + {FEATURE_ARTIFACT_DEF}.feature.group + {FEATURE_VERSION} + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.1 + + + package + + + + + + + + + run + + + + + + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + ignore + + + + + + wso2-maven2-repository + http://dist.wso2.org/maven2 + + + wso2-maven2-snapshot-repository + http://dist.wso2.org/snapshots/maven2 + + + \ No newline at end of file