tycho-packaging:package-iu
Full name:
org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-iu
Description:
Creates the zip for the IU and attaches it as an artifact
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope:
runtime
. - The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
package
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<buildDirectory> |
File |
- |
The output directory of the jar file By default this is the Maven
"target/" directory. User property is: project.build.directory . |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<artifactContentFolder> |
String |
- |
Folder containing the files to include in the final zip. User property is: project.build.outputDirectory . |
<qualifier> |
String |
- |
Build qualifier. Recommended way to set this parameter is using
build-qualifier goal. User property is: buildQualifier . |
<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 . |
Parameter Details
<artifactContentFolder>
Folder containing the files to include in the final zip.
- Type:
java.lang.String
- Required:
No
- User Property:
project.build.outputDirectory
<buildDirectory>
The output directory of the jar file By default this is the Maven
"target/" directory.
- Type:
java.io.File
- Required:
Yes
- User Property:
project.build.directory
<qualifier>
Build qualifier. Recommended way to set this parameter is using
build-qualifier goal.
- Type:
java.lang.String
- Required:
No
- User Property:
buildQualifier
<strictBinIncludes>
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.- Type:
boolean
- Required:
No
- Default:
true
<useDefaultExcludes>
(no description)
- Type:
boolean
- Required:
No
- Default:
true