mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
added datasource description
This commit is contained in:
parent
ed556f269c
commit
ca47bf9844
@ -321,6 +321,38 @@
|
|||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<!-- Creating Drone Analyzer Plugin Management schema -->
|
||||||
|
<id>create-drone-analyzer-plugin-mgt-schema</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>run</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<tasks>
|
||||||
|
<echo message="########### Create Drone Analyser plugin Management H2 Schema ###########"/>
|
||||||
|
|
||||||
|
<property name="db.dir"
|
||||||
|
value="target/wso2carbon-core-${carbon.kernel.version}/repository/database"/>
|
||||||
|
<property name="userid" value="wso2carbon"/>
|
||||||
|
<property name="password" value="wso2carbon"/>
|
||||||
|
<property name="dbURL"
|
||||||
|
value="jdbc:h2:file:${basedir}/${db.dir}/DroneAnalyzerServiceDM_DB;DB_CLOSE_ON_EXIT=FALSE"/>
|
||||||
|
|
||||||
|
<sql driver="org.h2.Driver" url="${dbURL}" userid="${userid}"
|
||||||
|
password="${password}"
|
||||||
|
autocommit="true" onerror="continue">
|
||||||
|
<classpath refid="maven.dependency.classpath"/>
|
||||||
|
<classpath refid="maven.compile.classpath"/>
|
||||||
|
<classpath refid="maven.runtime.classpath"/>
|
||||||
|
|
||||||
|
<fileset
|
||||||
|
file="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/cdm/plugins/drone_analyzer/h2.sql"/>
|
||||||
|
</sql>
|
||||||
|
<echo message="##################### END ####################"/>
|
||||||
|
</tasks>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
|
||||||
<!--<execution>-->
|
<!--<execution>-->
|
||||||
<!--<!– Creating IDP Management schema –>-->
|
<!--<!– Creating IDP Management schema –>-->
|
||||||
|
|||||||
@ -177,6 +177,9 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.digitaldisplay.feature:${carbon.mobile.device.mgt.version}
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.digitaldisplay.feature:${carbon.mobile.device.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
<featureArtifactDef>
|
||||||
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.droneanalyzer.feature:${carbon.mobile.device.mgt.version}
|
||||||
|
</featureArtifactDef>
|
||||||
<!-- IoT Device Management Features -->
|
<!-- IoT Device Management Features -->
|
||||||
|
|
||||||
<!-- Carbon Deployment Features -->
|
<!-- Carbon Deployment Features -->
|
||||||
@ -893,6 +896,10 @@
|
|||||||
<id>org.wso2.carbon.device.mgt.iot.digitaldisplay.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.iot.digitaldisplay.feature.group</id>
|
||||||
<version>${carbon.mobile.device.mgt.version}</version>
|
<version>${carbon.mobile.device.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.device.mgt.iot.droneanalyzer.feature.group</id>
|
||||||
|
<version>${carbon.mobile.device.mgt.version}</version>
|
||||||
|
</feature>
|
||||||
|
|
||||||
<!-- Carbon Deployment Features -->
|
<!-- Carbon Deployment Features -->
|
||||||
<feature>
|
<feature>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user