tycho-bnd:initialize
Full name:
org.eclipse.tycho:tycho-bnd-plugin:4.0.11:initialize
Description:
No description.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
initialize
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<deleteOnExit> |
boolean |
- |
If deleteOnExit is true the file will be marked for deletion on JVM exit Default: true User Property: tycho.bnd.consumerpom.delete |
<outputDirectory> |
File |
- |
The directory where the tycho generated POM file will be written to. Default: ${project.basedir} User Property: tycho.bnd.consumerpom.directory |
<skipPomGeneration> |
boolean |
- |
No description. Default: false User Property: tycho.bnd.consumerpom.skip |
<tychoPomFilename> |
String |
- |
The filename of the tycho generated POM file. Default: .tycho-consumer-pom.xml User Property: tycho.bnd.consumerpom.file |
<updatePomFile> |
boolean |
- |
Indicate if the generated tycho POM should become the new project. Default: true User Property: tycho.bnd.consumerpom.update |
Parameter Details
<deleteOnExit>
If deleteOnExit is true the file will be marked for deletion on JVM exit
- Type:
boolean
- Required:
No
- User Property:
tycho.bnd.consumerpom.delete
- Default:
true
<outputDirectory>
The directory where the tycho generated POM file will be written to.
- Type:
java.io.File
- Required:
No
- User Property:
tycho.bnd.consumerpom.directory
- Default:
${project.basedir}
<skipPomGeneration>
No description.
- Type:
boolean
- Required:
No
- User Property:
tycho.bnd.consumerpom.skip
- Default:
false
<tychoPomFilename>
The filename of the tycho generated POM file.
- Type:
java.lang.String
- Required:
No
- User Property:
tycho.bnd.consumerpom.file
- Default:
.tycho-consumer-pom.xml
<updatePomFile>
Indicate if the generated tycho POM should become the new project.
- Type:
boolean
- Required:
No
- User Property:
tycho.bnd.consumerpom.update
- Default:
true