mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Adding geo fencing
This commit is contained in:
parent
4452947c20
commit
c2b573b32c
@ -941,6 +941,12 @@
|
||||
</excludes>
|
||||
</fileSet>
|
||||
|
||||
<!-- GPL Siddhi Extension Script for Geo Fencing -->
|
||||
<fileSet>
|
||||
<directory>../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/scripts</directory>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/scripts</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- ********************************* End of Analytics Profile ********************************* -->
|
||||
|
||||
<!-- ********************************* Start of Broker Profile ********************************* -->
|
||||
|
||||
@ -391,6 +391,10 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
<!-- GPL Siddhi Extension Script for Geo Fencing -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.gpl.siddhi.extension.geo.script.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -828,6 +832,12 @@
|
||||
<id>org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
|
||||
<!-- GPL Siddhi Extension Script for Geo Fencing -->
|
||||
<feature>
|
||||
<id>org.wso2.gpl.siddhi.extension.geo.script.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
@ -745,6 +745,11 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.analytics.dashboard.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- Geo Dashboard feature -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Geo Dashboard feature -->
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -1607,6 +1612,13 @@
|
||||
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
|
||||
<!-- Geo Dashboard Feature -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.iot.geo.dashboard.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<!-- End of Geo Dashboard Feature -->
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -2484,6 +2496,13 @@
|
||||
<version>${identity.inbound.auth.saml.version}</version>
|
||||
</feature>
|
||||
<!-- SSO Fix-->
|
||||
|
||||
<!-- Geo Dashboard Feature -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.iot.geo.dashboard.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<!-- End of Geo Dashboard Feature -->
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -3119,6 +3138,13 @@
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
<!-- SSO Fix-->
|
||||
|
||||
<!-- Geo Dashboard Feature -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.iot.geo.dashboard.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<!-- End of Geo Dashboard Feature -->
|
||||
</features>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user