Class AddExtensionsMojo

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

@Mojo(name="add-extensions") public class AddExtensionsMojo extends AddExtensionMojo
Allow adding extensions to an existing pom.xml file. Because you can add one or several extension in one go, there are 2 mojos: add-extensions and add-extension. Both supports the extension and extensions parameters.
  • Constructor Details

    • AddExtensionsMojo

      public AddExtensionsMojo()