|
|
|
@ -41,12 +41,10 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.androidsense</artifactId>
|
|
|
|
|
<version>1.9.2-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.androidsense.api</artifactId>
|
|
|
|
|
<version>1.9.2-SNAPSHOT</version>
|
|
|
|
|
<type>war</type>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
@ -92,12 +90,11 @@
|
|
|
|
|
<artifactItems>
|
|
|
|
|
<artifactItem>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.androidsense.service.impl
|
|
|
|
|
</artifactId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.androidsense.api</artifactId>
|
|
|
|
|
<type>war</type>
|
|
|
|
|
<overWrite>true</overWrite>
|
|
|
|
|
<outputDirectory>${basedir}/src/main/resources/webapps/</outputDirectory>
|
|
|
|
|
<destFileName>androidsense.war</destFileName>
|
|
|
|
|
<destFileName>android_sense.war</destFileName>
|
|
|
|
|
</artifactItem>
|
|
|
|
|
</artifactItems>
|
|
|
|
|
</configuration>
|
|
|
|
@ -126,14 +123,12 @@
|
|
|
|
|
</adviceFile>
|
|
|
|
|
<bundles>
|
|
|
|
|
<bundleDef>
|
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.plugin.impl:${carbon.iot.device.mgt.version}
|
|
|
|
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense:${carbon.iot.device.mgt.version}
|
|
|
|
|
</bundleDef>
|
|
|
|
|
</bundles>
|
|
|
|
|
<importFeatures>
|
|
|
|
|
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}
|
|
|
|
|
</importFeatureDef>
|
|
|
|
|
<importFeatureDef>org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
|
|
|
|
|
</importFeatureDef>
|
|
|
|
|
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}</importFeatureDef>
|
|
|
|
|
<importFeatureDef>org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}</importFeatureDef>
|
|
|
|
|
</importFeatures>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|