org.apache.maven.plugins.help
Class EffectiveSettingsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugins.help.EffectiveSettingsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class EffectiveSettingsMojo
extends org.apache.maven.plugin.AbstractMojo

Print out the calculated settings for this project, given any profile enhancement and the inheritance of the global settings into the user-level settings.


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EffectiveSettingsMojo()
           
 
Method Summary
 void execute()
           
 void setOutput(java.lang.String output)
           
 void setSettings(org.apache.maven.settings.Settings settings)
           
 
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

EffectiveSettingsMojo

public EffectiveSettingsMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException
See Also:
Mojo.execute()

setOutput

public final void setOutput(java.lang.String output)

setSettings

public final void setSettings(org.apache.maven.settings.Settings settings)


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.