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