|
|
|
@ -224,231 +224,7 @@
|
|
|
|
|
</tasks>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Creating Virtual Firealarm Plugin Management schema -->
|
|
|
|
|
<id>create-virtual-firealarm-plugin-mgt-schema</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tasks>
|
|
|
|
|
<echo message="########### Create Virtual Firealarm 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}/VirtualFireAlarmDM_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/virtual_firealarm/h2.sql"/>
|
|
|
|
|
</sql>
|
|
|
|
|
<echo message="##################### END ####################"/>
|
|
|
|
|
</tasks>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Creating Android Sense Plugin Management schema -->
|
|
|
|
|
<id>create-android-sense-plugin-mgt-schema</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tasks>
|
|
|
|
|
|
|
|
|
|
<echo message="########### Create Android Sense 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}/AndroidSenseDM_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/android_sense/h2.sql"/>
|
|
|
|
|
</sql>
|
|
|
|
|
<echo message="##################### END ####################"/>
|
|
|
|
|
</tasks>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Creating Digital Display Plugin Management schema -->
|
|
|
|
|
<id>create-digital-display-plugin-mgt-schema</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tasks>
|
|
|
|
|
<echo message="########### Create Digital Display 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}/DigitalDisplayDM_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/digital_display/h2.sql"/>
|
|
|
|
|
</sql>
|
|
|
|
|
<echo message="##################### END ####################"/>
|
|
|
|
|
</tasks>
|
|
|
|
|
</configuration>
|
|
|
|
|
</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}/DroneAnalyzerDM_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>
|
|
|
|
|
<!-- Creating Arduino Plugin Management schema -->
|
|
|
|
|
<id>create-arduino-plugin-mgt-schema</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tasks>
|
|
|
|
|
<echo message="########### Create Arduino 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}/ArduinoDM_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/arduino/h2.sql"/>
|
|
|
|
|
</sql>
|
|
|
|
|
<echo message="##################### END ####################"/>
|
|
|
|
|
</tasks>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Creating RaspberryPi Plugin Management schema -->
|
|
|
|
|
<id>create-raspberrypi-plugin-mgt-schema</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tasks>
|
|
|
|
|
<echo message="########### Create RaspberryPi 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}/RaspberryPiDM_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/raspberrypi/h2.sql"/>
|
|
|
|
|
</sql>
|
|
|
|
|
<echo message="##################### END ####################"/>
|
|
|
|
|
</tasks>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
|
|
<!--<execution>-->
|
|
|
|
|
<!--<!– Creating IDP Management schema –>-->
|
|
|
|
|
<!--<id>create-idp-mgt-schema</id>-->
|
|
|
|
|
<!--<phase>package</phase>-->
|
|
|
|
|
<!--<goals>-->
|
|
|
|
|
<!--<goal>run</goal>-->
|
|
|
|
|
<!--</goals>-->
|
|
|
|
|
<!--<configuration>-->
|
|
|
|
|
<!--<tasks>-->
|
|
|
|
|
<!--<echo message="########### Create IDP 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}/WSO2CARBON_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/identity/h2.sql"/>-->
|
|
|
|
|
<!--</sql>-->
|
|
|
|
|
<!--<echo message="##################### END ####################"/>-->
|
|
|
|
|
<!--</tasks>-->
|
|
|
|
|
<!--</configuration>-->
|
|
|
|
|
<!--</execution>-->
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Creating API Management schema -->
|
|
|
|
|
<id>create-api-mgt-schema</id>
|
|
|
|
|