Full name:
org.eclipse.tycho:tycho-packaging-plugin:0.17.0:build-qualifier-aggregator
Description:
Timestamp of included bundles and features is determined by parsing their respective version qualifiers. Qualifiers that cannot be parsed are silently ignored, which can result in old version qualifier used even when aggregator project contents actually changed. In this case aggregator project timestamp will have to be increased manually, using artificial SCM commit for example.
Qualifier aggregation is enabled only for projects with custom timestamp provider, i.e. <timestampProvider> is set in pom.xlm to a value other than "default". The default build timestamp provider uses build start time as build timestamp, which should be newer or equal than timestamp of any included bundle/feature project, which makes qualifier aggregation redundant.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| baseDir | File | - | (no description) Default value is: ${project.basedir}. |
| execution | MojoExecution | - | (no description) |
| forceContextQualifier | String | - | (no description) |
| format | SimpleDateFormat | - | Specify a date format as specified by java.text.SimpleDateFormat.
Timezone used is UTC. Default value is: yyyyMMddHHmm. |
| timestampProvider | String | - | Role hint of a custom build timestamp provider. |