Revert "make the create database work"

This reverts commit 1c77ae62374f2d1a064726bb7bcf1814a0c0b1ff.
This commit is contained in:
Rohit Yadav 2013-02-25 10:56:47 +05:30
parent f5ba9137cc
commit 357b4e63ac

View File

@ -36,7 +36,6 @@
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
<testOutputDirectory>target/db</testOutputDirectory>
</build>
<profiles>
@ -133,11 +132,6 @@
<artifactId>cloud-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
@ -149,15 +143,13 @@
</execution>
</executions>
<configuration>
<includeProjectDependencies>true</includeProjectDependencies>
<includeProjectDependencies>false</includeProjectDependencies>
<includePluginDependencies>true</includePluginDependencies>
<executableDependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-server</artifactId>
</executableDependency>
<mainClass>com.cloud.upgrade.DatabaseCreator</mainClass>
<classpathScope>test</classpathScope>
<arguments>
<!-- db properties file -->
<argument>${project.parent.basedir}/utils/conf/db.properties</argument>