4.0.0 cloud-developer Apache CloudStack Developer Tools pom org.apache.cloudstack cloudstack 4.1.0-SNAPSHOT mysql mysql-connector-java 5.1.21 runtime install deploydb deploydb org.codehaus.mojo properties-maven-plugin 1.0-alpha-2 initialize read-project-properties ${project.parent.basedir}/utils/conf/db.properties ${project.parent.basedir}/utils/conf/db.properties.override true maven-antrun-plugin 1.7 generate-resources run org.codehaus.mojo exec-maven-plugin 1.2.1 mysql mysql-connector-java ${cs.mysql.version} commons-dbcp commons-dbcp ${cs.dbcp.version} commons-pool commons-pool ${cs.pool.version} org.jasypt jasypt ${cs.jasypt.version} org.apache.cloudstack cloud-utils ${project.version} org.apache.cloudstack cloud-server ${project.version} process-test-resources create-schema java false true org.apache.cloudstack cloud-server com.cloud.upgrade.DatabaseCreator ${basedir}/target/db/create-schema.sql ${basedir}/target/db/4.1-new-db-schema.sql ${basedir}/target/db/create-schema-premium.sql com.cloud.upgrade.DatabaseUpgradeChecker org.codehaus.mojo sql-maven-plugin 1.5 mysql mysql-connector-java ${cs.mysql.version} org.gjt.mm.mysql.Driver jdbc:mysql://${db.cloud.host}:${db.cloud.port}/cloud ${db.cloud.username} ${db.cloud.password} ${maven.test.skip} true create-other-schema process-test-resources execute ${basedir}/target/db/templates.sql ${basedir}/target/db/cloudbridge_schema.sql ${basedir}/target/db/cloudbridge_multipart.sql ${basedir}/target/db/cloudbridge_index.sql ${basedir}/target/db/cloudbridge_multipart_alter.sql ${basedir}/target/db/cloudbridge_bucketpolicy.sql ${basedir}/target/db/cloudbridge_policy_alter.sql ${basedir}/target/db/cloudbridge_offering.sql ${basedir}/target/db/cloudbridge_offering_alter.sql prefill-schema process-test-resources execute INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2) prefill-configuration process-test-resources execute INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false') cleandb cleandb org.codehaus.mojo properties-maven-plugin 1.0-alpha-2 initialize read-project-properties ${project.parent.basedir}/utils/conf/db.properties ${project.parent.basedir}/utils/conf/db.properties.override true maven-antrun-plugin 1.7 generate-resources run org.codehaus.mojo sql-maven-plugin 1.5 mysql mysql-connector-java ${cs.mysql.version} org.gjt.mm.mysql.Driver jdbc:mysql://${db.cloud.host}:${db.cloud.port}/cloud ${db.cloud.username} ${db.cloud.password} ${maven.test.skip} true drop-database process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} drop database if exists `cloud` create-database process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} create database `cloud` grant-user-cloud process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} GRANT ALL ON cloud.* to ${db.cloud.username}@`localhost` identified by '${db.cloud.password}'; grant-user-cloud-all process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} GRANT ALL ON cloud.* to ${db.cloud.username}@`%` identified by '${db.cloud.password}'; drop-database-usage process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} drop database if exists `cloud_usage` create-database-usage process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} create database `cloud_usage` grant-user-cloud-usage process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} GRANT ALL ON cloud_usage.* to ${db.cloud.username}@`localhost` identified by '${db.cloud.password}'; grant-user-cloud-usage-all process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} GRANT ALL ON cloud_usage.* to ${db.cloud.username}@`%` identified by '${db.cloud.password}'; drop-database-cloudbridge process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} drop database if exists `cloudbridge` create-database-cloudbridge process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} create database `cloudbridge` grant-user-cloud-bridge process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} GRANT ALL ON cloudbridge.* to ${db.cloud.username}@`localhost` identified by '${db.cloud.password}'; grant-user-cloud-bridge-all process-test-resources execute root ${db.root.password} jdbc:mysql://${db.cloud.host}:${db.cloud.port} GRANT ALL ON cloudbridge.* to ${db.cloud.username}@`%` identified by '${db.cloud.password}';