org.apache.maven.plugins.enforcer
Class EnforceOnceMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugins.enforcer.EnforceMojo
          extended by org.apache.maven.plugins.enforcer.EnforceOnceMojo
All Implemented Interfaces:
ContextEnabled, Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

Deprecated.

public class EnforceOnceMojo
extends EnforceMojo

This goal has been deprecated.

Version:
$Id: EnforceOnceMojo.java 694549 2008-09-11 23:55:34Z brianf $
Author:
Brian Fox
Is defined by the goal name:
enforce-once
Is bound to the specified phase of the standard build lifecycle:
validate
Requires the dependencies in this specified scope:
test

Field Summary
 
Fields inherited from class org.apache.maven.plugins.enforcer.EnforceMojo
cache, container, fail, failFast, ignoreCache, project, session, skip, translator
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EnforceOnceMojo()
          Deprecated.  
 
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
 

Constructor Detail

EnforceOnceMojo

public EnforceOnceMojo()
Deprecated. 
Method Detail

execute

public void execute()
             throws MojoExecutionException
Deprecated. 
Description copied from class: EnforceMojo
Entry point to the mojo

Specified by:
execute in interface Mojo
Overrides:
execute in class EnforceMojo
Throws:
MojoExecutionException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.