tycho-apitools:generate
Full name:
org.eclipse.tycho:tycho-apitools-plugin:4.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 |
---|---|---|---|
<allowNonApiProject> |
boolean |
- |
(no description) Default value is: false . |
<binaryLocations> |
File |
- |
(no description) Default value is: ${project.build.outputDirectory} . |
<debug> |
boolean |
- |
(no description) |
<encoding> |
String |
- |
(no description) |
<extraManifests> |
List<File> |
- |
(no description) |
<extraSourceLocations> |
List<File> |
- |
(no description) |
<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
<allowNonApiProject>
(no description)
- Type:
boolean
- Required:
No
- Default:
false
<binaryLocations>
(no description)
- Type:
java.io.File
- Required:
No
- Default:
${project.build.outputDirectory}
<debug>
(no description)
- Type:
boolean
- Required:
No
<encoding>
(no description)
- Type:
java.lang.String
- Required:
No
<extraManifests>
(no description)
- Type:
java.util.List<java.io.File>
- Required:
No
<extraSourceLocations>
(no description)
- Type:
java.util.List<java.io.File>
- Required:
No
<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}