Package org.apache.netbeans.nbm.utils
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.AbstractMojoAbstract goal intended for nbm-maven-plugin and nb-repository.
-
-
Constructor Summary
Constructors Constructor Description AbstractNetbeansMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.tools.ant.ProjectantProject()Creates a project initialized with the same logger.protected org.apache.tools.ant.ProjectregisterNbmAntTasks()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-