Class AggregateFeaturesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="aggregate-features",
      defaultPhase=GENERATE_RESOURCES,
      requiresDependencyResolution=TEST,
      threadSafe=true)
public class AggregateFeaturesMojo
extends AbstractIncludingFeatureMojo
Aggregate multiple features into a single one.
  • Constructor Details

    • AggregateFeaturesMojo

      public AggregateFeaturesMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException