Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.tools.ant.Project antProject()
      Creates a project initialized with the same logger.
      protected org.apache.tools.ant.Project registerNbmAntTasks()  
      • 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 Detail

      • AbstractNetbeansMojo

        public AbstractNetbeansMojo()
    • Method Detail

      • 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()