|
|
|
@ -97,47 +97,6 @@
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
|
|
<!--<!–============ Added with ES Features ===============–>-->
|
|
|
|
|
<!--<execution>-->
|
|
|
|
|
<!--<id>2-identity-h2-table-gen</id>-->
|
|
|
|
|
<!--<phase>package</phase>-->
|
|
|
|
|
<!--<configuration>-->
|
|
|
|
|
<!--<target>-->
|
|
|
|
|
<!--<echo message="########### Create Identity Database ##############"/>-->
|
|
|
|
|
<!--<copy todir="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity"-->
|
|
|
|
|
<!--overwrite="false">-->
|
|
|
|
|
<!--<fileset-->
|
|
|
|
|
<!--dir="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/">-->
|
|
|
|
|
<!--</fileset>-->
|
|
|
|
|
<!--</copy>-->
|
|
|
|
|
<!--<path id="h2.classpath">-->
|
|
|
|
|
<!--<path refid="maven.compile.classpath"/>-->
|
|
|
|
|
<!--</path>-->
|
|
|
|
|
<!--<echo message="########### Create Identity Database ##############"/>-->
|
|
|
|
|
<!--<sql driver="org.h2.Driver"-->
|
|
|
|
|
<!--url="jdbc:h2:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2CARBON_DB"-->
|
|
|
|
|
<!--userid="wso2carbon" password="wso2carbon" autocommit="true" onerror="continue">-->
|
|
|
|
|
<!--<classpath>-->
|
|
|
|
|
<!--<path refid="h2.classpath"/>-->
|
|
|
|
|
<!--</classpath>-->
|
|
|
|
|
<!--<fileset-->
|
|
|
|
|
<!--file="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/h2.sql"/>-->
|
|
|
|
|
<!--</sql>-->
|
|
|
|
|
<!--<!–sql driver="org.h2.Driver" url="jdbc:h2:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2CARBON_DB" userid="wso2carbon" password="wso2carbon" autocommit="true" onerror="continue">-->
|
|
|
|
|
<!--<classpath>-->
|
|
|
|
|
<!--<path refid="h2.classpath" />-->
|
|
|
|
|
<!--</classpath>-->
|
|
|
|
|
<!--<fileset file="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/h2.sql" />-->
|
|
|
|
|
|
|
|
|
|
<!--</sql–>-->
|
|
|
|
|
<!--<echo message="##################### END ########################"/>-->
|
|
|
|
|
<!--</target>-->
|
|
|
|
|
<!--</configuration>-->
|
|
|
|
|
<!--<goals>-->
|
|
|
|
|
<!--<goal>run</goal>-->
|
|
|
|
|
<!--</goals>-->
|
|
|
|
|
<!--</execution>-->
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
@ -191,33 +150,6 @@
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
|
|
<!--<execution>-->
|
|
|
|
|
<!--<!– Creating IDP Management schema –>-->
|
|
|
|
|
<!--<id>create-idp-mgt-schema</id>-->
|
|
|
|
|
<!--<phase>package</phase>-->
|
|
|
|
|
<!--<goals>-->
|
|
|
|
|
<!--<goal>run</goal>-->
|
|
|
|
|
<!--</goals>-->
|
|
|
|
|
<!--<configuration>-->
|
|
|
|
|
<!--<tasks>-->
|
|
|
|
|
<!--<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/application-mgt/h2.sql"/>-->
|
|
|
|
|
<!--</sql>-->
|
|
|
|
|
<!--</tasks>-->
|
|
|
|
|
<!--</configuration>-->
|
|
|
|
|
<!--</execution>-->
|
|
|
|
|
<execution>
|
|
|
|
|
<!-- Creating API Management schema -->
|
|
|
|
|
<id>create-api-mgt-schema</id>
|
|
|
|
@ -482,8 +414,6 @@
|
|
|
|
|
|
|
|
|
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/statistics"/>
|
|
|
|
|
|
|
|
|
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/patches"/>
|
|
|
|
|
|
|
|
|
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/lib"/>
|
|
|
|
|
|
|
|
|
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps"
|
|
|
|
|