Class AbstractNetbeansMojo

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

public abstract class AbstractNetbeansMojo extends org.apache.maven.plugin.AbstractMojo
Abstract goal intended for nbm-maven-plugin and nb-repository.
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final org.apache.tools.ant.Project
    Creates a project initialized with the same logger.
    protected final org.apache.tools.ant.Project
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.maven.plugin.Mojo

    execute
  • Constructor Details

    • AbstractNetbeansMojo

      public AbstractNetbeansMojo()
  • Method Details

    • antProject

      protected final org.apache.tools.ant.Project antProject()
      Creates a project initialized with the same logger.
      Returns:
      project
    • registerNbmAntTasks

      protected final org.apache.tools.ant.Project registerNbmAntTasks()