Full name:
org.eclipse.tycho:tycho-packaging-plugin:0.17.0:package-plugin
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| buildDirectory | File | - | (no description) |
| finalName | String | - | Name of the generated JAR. |
| Name | Type | Since | Description |
|---|---|---|---|
| additionalFileSets | DefaultFileSet[] | - | Additional files to be included in the bundle jar. This can be used
when bin.includes in build.properties is not flexible
enough , e.g. for generated files. Example:
<additionalFileSets>
<fileSet>
<directory>${project.build.directory}/mytool-gen/</directory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
</additionalFileSets>
|
| archive | MavenArchiveConfiguration | - | The maven archiver to use. |
| qualifier | String | - | Build qualifier. Recommended way to set this parameter is using
build-qualifier goal. |
| sourceReferences | SourceReferences | - | Whether to generate an Eclipse-SourceReferences
MANIFEST header. When using this parameter, property
${tycho.scmUrl} must be set and be a valid maven SCM
URL. Example configuration:
<sourceReferences>
<generate>true</generate>
</sourceReferences>
<sourceReferences>
<generate>true</generate>
<customValue>scm:myscm:customSourceReferenceValue</customValue>
</sourceReferences>
|
| strictBinIncludes | boolean | - | If set to true (the default), missing build.properties
bin.includes will cause build failure. If set to
false, missing build.properties bin.includes will be
reported as warnings but the build will not fail. Default value is: true. |
| useDefaultExcludes | boolean | - | (no description) Default value is: true. |
<additionalFileSets>
<fileSet>
<directory>${project.build.directory}/mytool-gen/</directory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
</additionalFileSets>
<sourceReferences>
<generate>true</generate>
</sourceReferences>
<sourceReferences>
<generate>true</generate>
<customValue>scm:myscm:customSourceReferenceValue</customValue>
</sourceReferences>