tycho-p2-repository:assemble-repository
Full name:
org.eclipse.tycho:tycho-p2-repository-plugin:3.0.4:assemble-repository
Description:
Aggregates content into a p2 repository in ${project.build.directory}/repository
.
- Copies resources (if any) from
${project.build.outputDirectory}
to${project.build.directory}/repository
. This allows to include additional files such asindex.html
or about files fromsrc/main/resources
(or elsewhere) into the p2 repository. - The p2 aggregation into
${project.build.directory}/repository
runs recursively: it starts with the content published in the current module, and traverses all artifacts that are marked as included in already aggregated artifacts. (The following artifacts can include other artifacts: categories, products, and features. Note: Dependencies with a strict version range, i.e. a range which only matches exactly one version of an artifact, are also considered as inclusions.)
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
package
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<compress> |
boolean |
- |
Compress the repository index files Default value is: true . |
<createArtifactRepository> |
boolean |
- |
By default, this goal creates a p2 repository. Set this to Default value is: true . |
<extraArtifactRepositoryProperties> |
Map<String,String> |
- |
(no description) |
<includeAllDependencies> |
boolean |
- |
By default, only (transitive) inclusions of the published artifacts are aggregated. Set this parameter to Default value is: false . |
<includeAllSources> |
boolean |
- |
By default, only explicitly mentioned sources are included. Set this parameter to Default value is: false . |
<includeRequiredFeatures> |
boolean |
- |
By default, only included features of a feature are included in the repository, setting this to true will also include features mentioned in the dependencies section. Important Notes:Due to current restrictions of P2 requirement model even if this is disabled, features with a strict version range are always included, even if they are part of the dependencies of a feature! Due to current data structure restrictions of P2 Slicer also transitive dependencies of a feature are included and not only the feature itself! Default value is: false . |
<includeRequiredPlugins> |
boolean |
- |
By default, only included plugins of a feature are included in the repository, setting this to true will also include plugins mentioned in the dependencies section of a feature Important Notes:Due to current restrictions of P2 requirement model even if this is disabled, plugins with a strict version range are always included, even if they are part of the dependencies of a feature! Due to current data structure restrictions of P2 Slicer also transitive dependencies of a plugin might be included and not only the dependency plugin itself! Default value is: false . |
<keepNonXzIndexFiles> |
boolean |
- |
If Default value is: true . |
<profileProperties> |
Map<String,String> |
- |
Additional properties against which p2 filters are evaluated while aggregating. |
<repositoryLocation> |
File |
- |
(no description) |
<repositoryName> |
String |
- |
The name attribute stored in the created p2 repository. Default value is: ${project.name} . |
<xzCompress> |
boolean |
- |
Add XZ-compressed repository index files. XZ offers better compression ratios esp. for highly redundant file content. Default value is: true . |
Parameter Details
<compress>
Compress the repository index files content.xml
and artifacts.xml
.
- Type:
boolean
- Required:
No
- Default:
true
<createArtifactRepository>
By default, this goal creates a p2 repository. Set this to false
if only a p2 metadata repository (without the artifact files) shall be created.
- Type:
boolean
- Required:
No
- Default:
true
<extraArtifactRepositoryProperties>
- Type:
java.util.Map<java.lang.String, java.lang.String>
- Required:
No
<includeAllDependencies>
By default, only (transitive) inclusions of the published artifacts are aggregated. Set this parameter to true
to aggregate all transitive dependencies, making the resulting p2 repository self-contained.
- Type:
boolean
- Required:
No
- Default:
false
<includeAllSources>
By default, only explicitly mentioned sources are included. Set this parameter to true
to include all sources that are available and included in this repository.
- Type:
boolean
- Required:
No
- Default:
false
<includeRequiredFeatures>
By default, only included features of a feature are included in the repository, setting this to true will also include features mentioned in the dependencies section.
Important Notes:
Due to current restrictions of P2 requirement model even if this is disabled, features with a strict version range are always included, even if they are part of the dependencies of a feature!
Due to current data structure restrictions of P2 Slicer also transitive dependencies of a feature are included and not only the feature itself!
- Type:
boolean
- Required:
No
- Default:
false
<includeRequiredPlugins>
By default, only included plugins of a feature are included in the repository, setting this to true will also include plugins mentioned in the dependencies section of a feature
Important Notes:
Due to current restrictions of P2 requirement model even if this is disabled, plugins with a strict version range are always included, even if they are part of the dependencies of a feature!
Due to current data structure restrictions of P2 Slicer also transitive dependencies of a plugin might be included and not only the dependency plugin itself!
- Type:
boolean
- Required:
No
- Default:
false
<keepNonXzIndexFiles>
If xzCompress
is true
, whether jar or xml index files should be kept in addition to XZ-compressed index files. This fallback provides backwards compatibility for pre-Mars p2 clients which cannot read XZ-compressed index files.
- Type:
boolean
- Required:
No
- Default:
true
<profileProperties>
Additional properties against which p2 filters are evaluated while aggregating.
- Type:
java.util.Map<java.lang.String, java.lang.String>
- Required:
No
<repositoryLocation>
- Type:
java.io.File
- Required:
No
<repositoryName>
The name attribute stored in the created p2 repository.
- Type:
java.lang.String
- Required:
No
- Default:
${project.name}
<xzCompress>
Add XZ-compressed repository index files. XZ offers better compression ratios esp. for highly redundant file content.
- Type:
boolean
- Required:
No
- Default:
true