Wednesday, May 9, 2012

Maven and Tycho for Eclipse Plugin development

Tycho is a plugin for Apache Maven that adds support for "eclipse-plugin", "eclipse-feature" and "eclipse-repository" generation.

Apache Maven itself is an attempt to enforce standards on the Java builds, project directory layout and dependencies between different projects. Based on this infrastructure, Tycho is an attempt to extend this kind of standardization to the Eclipse and OSGi builds.

Here is a very nice presentation by Karsten Thoms about using Tycho for Eclipse development
http://www.slideshare.net/kthoms/maven-3-tycho

Wiki pages on Eclipse.org
http://wiki.eclipse.org/Category:Tycho


No comments:

Post a Comment