Class ApplyMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="apply",
          threadSafe=true)
    public class ApplyMojo
    extends BaseMojo
    Apply/deploy a set of descriptors from a root one.
    • Constructor Detail

      • ApplyMojo

        public ApplyMojo()
    • Method Detail