- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="generate-feature-specs",
requiresDependencyResolution=RUNTIME,
defaultPhase=GENERATE_RESOURCES)
public class WfFeatureSpecBuildMojo
extends org.apache.maven.plugin.AbstractMojo
This plug-in generates WildFly feature specifications.
It starts a minimal embedded server with the specified extensions, resolving dependencies via Aether, and gets
an export of the meta-model from the server to produce the specifications for Galleon.
- Author:
- Emmanuel Hugonnet (c) 2017 Red Hat, inc.