target-platform-configuration:mirror-target-platform

Full name:

org.eclipse.tycho:target-platform-configuration:4.0.5:mirror-target-platform

Description:

Supports mirroring the computed target platform of the current project, this behaves similar to what PDE offers with its export deployable feature / plug-in and assembles an update site that contains everything this particular project depends on.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
<destination> File - No description.
Default: ${project.build.directory}/target-platform-repository
<includeCategories> boolean - No description.
Default: true
<name> String - No description.
Default: ${project.id}

Parameter Details

<destination>

No description.
  • Type: java.io.File
  • Required: report.plugin.goal.no
  • Default: ${project.build.directory}/target-platform-repository

<includeCategories>

No description.
  • Type: boolean
  • Required: report.plugin.goal.no
  • Default: true

<name>

No description.
  • Type: java.lang.String
  • Required: report.plugin.goal.no
  • Default: ${project.id}