- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class GeneratePomsMojo
extends org.apache.maven.plugin.AbstractMojo
Traverse the current directory to find eclipse-plugin/bundle, feature, update site (site.xml) or
p2 repository (category.xml) projects and generate corresponding pom.xml's. This goal is intended
to be used by existing projects for generating quick-start pom.xml's when converting their build
to Tycho. The generated pom.xml's are only intended as a starting point and will most probably
require manual refinement. Note that this goal is not intended for automatic pom.xml generation
during build.