org.apache.maven.plugins.enforcer
Class EnforceOnceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.enforcer.EnforceMojo
org.apache.maven.plugins.enforcer.EnforceOnceMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Deprecated.
@Mojo(name="enforce-once",
defaultPhase=VALIDATE,
threadSafe=true,
requiresDependencyResolution=TEST)
public class EnforceOnceMojo- extends EnforceMojo
This goal has been deprecated.
- Version:
- $Id: EnforceOnceMojo.java 1493565 2013-06-16 18:21:32Z rfscholte $
- Author:
- Brian Fox
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Deprecated. Entry point to the mojo |
| Methods inherited from class org.apache.maven.plugins.enforcer.EnforceMojo |
contextualize, getProject, getRules, getSession, getTranslator, isFail, isFailFast, isSkip, setFail, setFailFast, setProject, setRules, setSession, setSkip, setTranslator, shouldExecute |
| 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 |
EnforceOnceMojo
public EnforceOnceMojo()
- Deprecated.
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Deprecated.
- Description copied from class:
EnforceMojo
- Entry point to the mojo
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class EnforceMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.