Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Tycho/Plugins Explained

< Tycho
Revision as of 13:17, 21 February 2013 by Jdsalingerjr.gmail.com (Talk | contribs) (New page: {{caution|This page is incomplete|Please feel free to continue listing the Tycho plugins found in the eclipse-parent pom. The goal is to provide a complete description of all the componen...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Stop.png
This page is incomplete
Please feel free to continue listing the Tycho plugins found in the eclipse-parent pom. The goal is to provide a complete description of all the components used in the file.


This page is intended to provide a brief overview of all the plugins found in the eclipse-parent pom.

References:

 eclipse-parent: http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse-parent/pom.xml

Plugins:

Plugin Management Plugins:

target-platform-configuration:

 <plugin>
   <groupId>org.eclipse.tycho</groupId>
   <artifactId>target-platform-configuration</artifactId>
   <version>${tycho.version}</version>
 </plugin>
 see thread: What's org.eclipse.tycho:target-platform-configuration about?
 see bug: Defer target&dependency resolution to the normal build

Copyright © Eclipse Foundation, Inc. All Rights Reserved.