mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Fix the developer database deploy procedure so it includes the mysql database driver
This commit is contained in:
		
							parent
							
								
									505da760e0
								
							
						
					
					
						commit
						e883877c7a
					
				| @ -108,6 +108,14 @@ | ||||
|             <groupId>org.codehaus.mojo</groupId> | ||||
|             <artifactId>exec-maven-plugin</artifactId> | ||||
|             <version>1.2.1</version> | ||||
|              <dependencies> | ||||
|               <!-- specify the dependent jdbc driver here --> | ||||
|               <dependency> | ||||
|                 <groupId>mysql</groupId> | ||||
|                 <artifactId>mysql-connector-java</artifactId> | ||||
|                 <version>${cs.mysql.version}</version> | ||||
|               </dependency> | ||||
|             </dependencies> | ||||
|             <executions> | ||||
|               <execution> | ||||
|                 <phase>process-resources</phase> | ||||
| @ -119,6 +127,7 @@ | ||||
|             </executions> | ||||
|             <configuration> | ||||
|               <mainClass>com.cloud.upgrade.DatabaseCreator</mainClass> | ||||
|               <includePluginDependencies>true</includePluginDependencies> | ||||
|               <arguments> | ||||
|                 <!-- db properties file --> | ||||
|                 <argument>${basedir}/../utils/conf/db.properties</argument> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user