org.apache.maven.plugins.help
Class EffectiveSettingsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
EffectiveSettingsMojo
public EffectiveSettingsMojo()
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 © 2002-2009 Apache Software Foundation. All Rights Reserved.