tycho-version-bump:update-product
Full name:
org.eclipse.tycho.extras:tycho-version-bump-plugin:3.0.4:update-product
Description:
Quick&dirty way to update .product file to use latest versions of IUs available from specified metadata repositories.
      
Attributes:
- Requires a Maven project to be executed.
 - The goal is not marked as thread-safe and thus does not support parallel builds.
 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
<executionEnvironment> | 
            
String | 
            
- | 
            
(no description) Default value is: JavaSE-1.7. | 
          
<productFile> | 
            
File | 
            
- | 
            
(no description) Default value is: ${project.artifactId}.product. | 
          
<project> | 
            
MavenProject | 
            
- | 
            
(no description) User property is: project. | 
          
Parameter Details
<executionEnvironment>
(no description)
        
- Type: 
java.lang.String - Required: 
No - Default: 
JavaSE-1.7 
<productFile>
(no description)
        
- Type: 
java.io.File - Required: 
No - Default: 
${project.artifactId}.product 
<project>
(no description)
        
- Type: 
org.apache.maven.project.MavenProject - Required: 
No - User Property: 
project 
