tycho-apitools:generate
Full name:
org.eclipse.tycho:tycho-apitools-plugin:4.0.9: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 |
---|---|---|---|
<addSourceFolders> |
boolean |
- |
If set to true all configured source folders in Default: false |
<allowNonApiProject> |
boolean |
- |
No description. Default: false |
<binaryLocations> |
File |
- |
No description. Default: ${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: ${project.basedir} |
<projectName> |
String |
- |
No description. Default: ${project.artifactId}_${project.version} |
<skip> |
boolean |
- |
No description. Default: false User Property: tycho.apitools.generate.skip |
<targetFolder> |
File |
- |
No description. Default: ${project.build.directory} |
Parameter Details
<addSourceFolders>
If set to
true all configured source folders in build.properties
will be added as extraSourceLocations
- Type:
boolean
- Required:
No
- Default:
false
<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}