org.codehaus.mojo.properties
Class SetSystemPropertiesMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.codehaus.mojo.properties.SetSystemPropertiesMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class SetSystemPropertiesMojo
extends AbstractMojo

Sets system properties.

Version:
$Id: SetSystemPropertiesMojo.java 9751 2009-05-20 14:53:00Z mark $
Author:
Mark Hobson
Is defined by the goal name:
set-system-properties
Is bound to the specified phase of the standard build lifecycle:
initialize

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SetSystemPropertiesMojo()
           
 
Method Summary
 void execute()
          
 
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

SetSystemPropertiesMojo

public SetSystemPropertiesMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException

Throws:
MojoExecutionException
MojoFailureException


Copyright © 2009 Codehaus. All Rights Reserved.