|
|
|
@ -23,13 +23,13 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>androidsense-plugin-feature</artifactId>
|
|
|
|
|
<version>4.0.14-SNAPSHOT</version>
|
|
|
|
|
<version>4.0.17-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature</artifactId>
|
|
|
|
|
<version>4.0.14-SNAPSHOT</version>
|
|
|
|
|
<version>4.0.17-SNAPSHOT</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<name>WSO2 Carbon - IoT Server Android Sense Analytics Feature</name>
|
|
|
|
|
<url>http://wso2.org</url>
|
|
|
|
@ -90,50 +90,6 @@
|
|
|
|
|
</artifactItems>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>unpack-analytics</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>unpack</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<artifactItems>
|
|
|
|
|
<artifactItem>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.analytics</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>zip</type>
|
|
|
|
|
<overWrite>true</overWrite>
|
|
|
|
|
<outputDirectory>
|
|
|
|
|
${project.build.directory}/maven-shared-archive-resources/carbonapps
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>**/*</includes>
|
|
|
|
|
</artifactItem>
|
|
|
|
|
</artifactItems>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>unpack-geo</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>unpack</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<artifactItems>
|
|
|
|
|
<artifactItem>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.iot.geo.dashboard</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<type>zip</type>
|
|
|
|
|
<overWrite>true</overWrite>
|
|
|
|
|
<outputDirectory>
|
|
|
|
|
${project.build.directory}/maven-shared-archive-resources/carbonapps
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>**/*</includes>
|
|
|
|
|
</artifactItem>
|
|
|
|
|
</artifactItems>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|