Class ListPackagingMojo

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

@Mojo(name="list-packaging", requiresProject=false, aggregator=true) public class ListPackagingMojo extends AbstractHelpMojo
Displays the list of packaging that are supported by Maven.
Since:
3.5.2
  • Constructor Details

    • ListPackagingMojo

      @Inject public ListPackagingMojo(org.apache.maven.project.ProjectBuilder projectBuilder, org.eclipse.aether.RepositorySystem repositorySystem, org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles, Map<String,org.apache.maven.lifecycle.mapping.LifecycleMapping> lifecycleMapping)
  • Method Details

    • execute

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