mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
added sample pons
This commit is contained in:
parent
9ee4a09057
commit
a71c74fe12
@ -13,10 +13,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.android.sense</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.android.sense</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
23
modules/distribution/src/samples/android_sense/src/pom.xml
Normal file
23
modules/distribution/src/samples/android_sense/src/pom.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>iot-server-samples</artifactId>
|
||||||
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.android.sense</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<name>WSO2 Carbon - Android Sense Sample</name>
|
||||||
|
<url>http://wso2.org</url>
|
||||||
|
<description>WSO2 Carbon - Android Sense Sample</description>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl</module>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -13,10 +13,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.arduino</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.arduino</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
23
modules/distribution/src/samples/arduino/src/pom.xml
Normal file
23
modules/distribution/src/samples/arduino/src/pom.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>iot-server-samples</artifactId>
|
||||||
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.arduino</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<name>WSO2 Carbon - Arduino Sample</name>
|
||||||
|
<url>http://wso2.org</url>
|
||||||
|
<description>WSO2 Carbon - Arduino Sample</description>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.arduino.plugin.impl</module>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -13,10 +13,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
23
modules/distribution/src/samples/digital_display/src/pom.xml
Normal file
23
modules/distribution/src/samples/digital_display/src/pom.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>iot-server-samples</artifactId>
|
||||||
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<name>WSO2 Carbon - Digitaldisplay Sample</name>
|
||||||
|
<url>http://wso2.org</url>
|
||||||
|
<description>WSO2 Carbon - Digital display Sample</description>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.plugin.impl</module>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -13,10 +13,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.firealarm</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.firealarm</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
23
modules/distribution/src/samples/firealarm/src/pom.xml
Normal file
23
modules/distribution/src/samples/firealarm/src/pom.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>iot-server-samples</artifactId>
|
||||||
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.firealarm</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<name>WSO2 Carbon - Firealarm Sample</name>
|
||||||
|
<url>http://wso2.org</url>
|
||||||
|
<description>WSO2 Carbon - IoT Server Sample</description>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.firealarm.plugin.impl</module>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -36,18 +36,12 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.plugin.impl</module>
|
<module>firealarm/src</module>
|
||||||
<module>firealarm/src/org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl</module>
|
<module>android_sense/src</module>
|
||||||
<module>android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl</module>
|
<module>arduino/src</module>
|
||||||
<module>android_sense/src/org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl</module>
|
<module>digital_display/src</module>
|
||||||
<module>arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.plugin.impl</module>
|
<module>raspberrypi/src</module>
|
||||||
<module>arduino/src/org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl</module>
|
<module>sensebot/src</module>
|
||||||
<module>digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.plugin.impl</module>
|
|
||||||
<module>digital_display/src/org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl</module>
|
|
||||||
<module>raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.plugin.impl</module>
|
|
||||||
<module>raspberrypi/src/org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl</module>
|
|
||||||
<module>sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.plugin.impl</module>
|
|
||||||
<module>sensebot/src/org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl</module>
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
@ -13,10 +13,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.raspberrypi</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.raspberrypi</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
23
modules/distribution/src/samples/raspberrypi/src/pom.xml
Normal file
23
modules/distribution/src/samples/raspberrypi/src/pom.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>iot-server-samples</artifactId>
|
||||||
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.raspberrypi</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<name>WSO2 Carbon - Raspberry pi Sample</name>
|
||||||
|
<url>http://wso2.org</url>
|
||||||
|
<description>WSO2 Carbon - Raspberry pi Sample</description>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.raspberrypi.plugin.impl</module>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -13,10 +13,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.sensebot</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>iot-server-samples</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.sensebot</artifactId>
|
||||||
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
<version>${carbon.iot.device.mgt.version}</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
<relativePath>../../../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
23
modules/distribution/src/samples/sensebot/src/pom.xml
Normal file
23
modules/distribution/src/samples/sensebot/src/pom.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>iot-server-samples</artifactId>
|
||||||
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<relativePath>../../pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.sensebot</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
|
<name>WSO2 Carbon - Sensebot Sample</name>
|
||||||
|
<url>http://wso2.org</url>
|
||||||
|
<description>WSO2 Carbon - Sensebot Sample</description>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.sensebot.plugin.impl</module>
|
||||||
|
<module>org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</project>
|
||||||
Loading…
Reference in New Issue
Block a user