tycho-apitools:generate
Full name:
org.eclipse.tycho:tycho-apitools-plugin:3.0.2:generate
Description:
performs generation of PDE-API Tools description
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
process-classes.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<binaryLocations> |
File |
- |
(no description) Default value is: ${project.build.outputDirectory}. |
<projectLocation> |
File |
- |
(no description) Default value is: ${project.basedir}. |
<projectName> |
String |
- |
(no description) Default value is: ${project.artifactId}_${project.version}. |
<skip> |
boolean |
- |
(no description) Default value is: false.User property is: tycho.apitools.generate.skip. |
<targetFolder> |
File |
- |
(no description) Default value is: ${project.build.directory}. |
Parameter Details
<binaryLocations>
(no description)
- Type:
java.io.File - Required:
No - Default:
${project.build.outputDirectory}
<projectLocation>
(no description)
- Type:
java.io.File - Required:
No - Default:
${project.basedir}
<projectName>
(no description)
- Type:
java.lang.String - Required:
No - Default:
${project.artifactId}_${project.version}
<skip>
(no description)
- Type:
boolean - Required:
No - User Property:
tycho.apitools.generate.skip - Default:
false
<targetFolder>
(no description)
- Type:
java.io.File - Required:
No - Default:
${project.build.directory}
