|
27 | 27 | <version>5.1.21</version> |
28 | 28 | <scope>runtime</scope> |
29 | 29 | </dependency> |
30 | | - <dependency> |
31 | | - <groupId>org.apache.cloudstack</groupId> |
32 | | - <artifactId>cloud-plugin-hypervisor-simulator</artifactId> |
33 | | - <version>${project.version}</version> |
34 | | - <scope>compile</scope> |
35 | | - </dependency> |
| 30 | + <dependency> |
| 31 | + <groupId>org.apache.cloudstack</groupId> |
| 32 | + <artifactId>cloud-plugin-hypervisor-simulator</artifactId> |
| 33 | + <version>${project.version}</version> |
| 34 | + <scope>compile</scope> |
| 35 | + </dependency> |
36 | 36 | </dependencies> |
37 | 37 | <build> |
38 | 38 | <defaultGoal>install</defaultGoal> |
39 | | - <testOutputDirectory>target/db</testOutputDirectory> |
40 | 39 | </build> |
41 | 40 |
|
42 | 41 | <profiles> |
|
133 | 132 | <artifactId>cloud-server</artifactId> |
134 | 133 | <version>${project.version}</version> |
135 | 134 | </dependency> |
136 | | - <dependency> |
137 | | - <groupId>org.apache.cloudstack</groupId> |
138 | | - <artifactId>cloud-server</artifactId> |
139 | | - <version>${project.version}</version> |
140 | | - </dependency> |
141 | 135 | </dependencies> |
142 | 136 | <executions> |
143 | 137 | <execution> |
|
149 | 143 | </execution> |
150 | 144 | </executions> |
151 | 145 | <configuration> |
152 | | - <includeProjectDependencies>true</includeProjectDependencies> |
| 146 | + <includeProjectDependencies>false</includeProjectDependencies> |
153 | 147 | <includePluginDependencies>true</includePluginDependencies> |
154 | 148 | <executableDependency> |
155 | 149 | <groupId>org.apache.cloudstack</groupId> |
156 | 150 | <artifactId>cloud-server</artifactId> |
157 | 151 | </executableDependency> |
158 | | - |
159 | 152 | <mainClass>com.cloud.upgrade.DatabaseCreator</mainClass> |
160 | | - <classpathScope>test</classpathScope> |
161 | 153 | <arguments> |
162 | 154 | <!-- db properties file --> |
163 | 155 | <argument>${project.parent.basedir}/utils/conf/db.properties</argument> |
|
178 | 170 | <argument>${basedir}/target/db/cloudbridge_offering_alter.sql</argument> |
179 | 171 | <!-- Seed the database --> |
180 | 172 | <argument>${basedir}/developer-prefill.sql</argument> |
181 | | - <!-- Do database upgrade --> |
| 173 | + <!-- Do database upgrade--> |
182 | 174 | <argument>com.cloud.upgrade.DatabaseUpgradeChecker</argument> |
183 | 175 | <argument>--database=cloud,usage,awsapi</argument> |
184 | 176 | <argument>--rootpassword=${db.root.password}</argument> |
|
0 commit comments