Class SystemPropertiesMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by AbstractSystemPropertiesMojo
          extended by SystemPropertiesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class SystemPropertiesMojo
extends AbstractSystemPropertiesMojo

Installs properties


Field Summary
 
Fields inherited from class AbstractSystemPropertiesMojo
acceptanceTestSettings, artifactFactory, localRepository, project, resources, testResources
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SystemPropertiesMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class AbstractSystemPropertiesMojo
findDependencies, getArtifact, getDependencyAsFile, getPropertyValue, getResourceAsFile, getResourceAsFileStream
 
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

SystemPropertiesMojo

public SystemPropertiesMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractSystemPropertiesMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2003-2006 Atlassian. All Rights Reserved.