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.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 -
Method Summary
Modifier and TypeMethodDescriptionprotected final org.apache.tools.ant.ProjectCreates a project initialized with the same logger.protected final org.apache.tools.ant.ProjectMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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()
-