mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Move the maven wiz stuff to the tools directory and make sure it gets build with the correct version when needed
This commit is contained in:
		
							parent
							
								
									8e704f5eee
								
							
						
					
					
						commit
						9855a84a18
					
				| @ -749,7 +749,7 @@ | |||||||
|           <plugin> |           <plugin> | ||||||
|             <groupId>org.apache.cloudstack</groupId> |             <groupId>org.apache.cloudstack</groupId> | ||||||
|             <artifactId>Wix-cloudstack-maven-plugin</artifactId> |             <artifactId>Wix-cloudstack-maven-plugin</artifactId> | ||||||
|             <version>4.5.0-SNAPSHOT</version> |             <version>${project.version}</version> | ||||||
|             <executions> |             <executions> | ||||||
|               <execution> |               <execution> | ||||||
|                 <id>wix-cs</id> |                 <id>wix-cs</id> | ||||||
|  | |||||||
							
								
								
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							| @ -1059,5 +1059,16 @@ | |||||||
|         </plugins> |         </plugins> | ||||||
|       </build> |       </build> | ||||||
|     </profile>   |     </profile>   | ||||||
|  |     <profile> | ||||||
|  |       <id>buildw</id> | ||||||
|  |       <activation> | ||||||
|  |         <property> | ||||||
|  |           <name>buildw</name> | ||||||
|  |         </property> | ||||||
|  |       </activation> | ||||||
|  |       <modules> | ||||||
|  |         <module>tools/wix-cloudstack-maven-plugin</module> | ||||||
|  |       </modules> | ||||||
|  |     </profile> | ||||||
|   </profiles> |   </profiles> | ||||||
| </project> | </project> | ||||||
|  | |||||||
| @ -11,12 +11,13 @@ | |||||||
|   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||||
|   <modelVersion>4.0.0</modelVersion> |   <modelVersion>4.0.0</modelVersion> | ||||||
|   <artifactId>Wix-cloudstack-maven-plugin</artifactId> |   <artifactId>Wix-cloudstack-maven-plugin</artifactId> | ||||||
|   <name>Wix-cloudstack-maven-plugin</name> |   <name>Apache CloudStack - Wix Maven Plugin</name> | ||||||
|   <packaging>maven-plugin</packaging> |   <packaging>maven-plugin</packaging> | ||||||
|   <parent> |   <parent> | ||||||
|     <groupId>org.apache.cloudstack</groupId> |     <groupId>org.apache.cloudstack</groupId> | ||||||
|     <artifactId>cloudstack</artifactId> |     <artifactId>cloudstack</artifactId> | ||||||
|     <version>4.5.0-SNAPSHOT</version> |     <version>4.5.0-SNAPSHOT</version> | ||||||
|  |     <relativePath>../../pom.xml</relativePath> | ||||||
|   </parent> |   </parent> | ||||||
| 
 | 
 | ||||||
|   <dependencies> |   <dependencies> | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user