- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="build-feature-pack",
requiresDependencyResolution=RUNTIME,
defaultPhase=COMPILE)
public class WfFeaturePackBuildMojo
extends org.apache.maven.plugin.AbstractMojo
This Maven mojo creates a WildFly style feature-pack archive from the provided resources according to the
feature-pack build configuration file and attaches it to the current Maven project as an artifact.
The content of the future feature-pack archive is first created in the directory called `layout` under the module's
build directory which is then ZIPped to create the feature-pack artifact.
- Author:
- Alexey Loubyansky