public abstract class AbstractWagonMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project
Internal Maven's project
|
protected org.apache.maven.settings.Settings |
settings
The current user system settings for use in Maven.
|
protected boolean |
skip
When
true, skip the execution. |
protected org.apache.maven.artifact.manager.WagonManager |
wagonManager |
| Constructor and Description |
|---|
AbstractWagonMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.maven.wagon.Wagon |
createWagon(String id,
String url)
Convenient method to create a wagon
|
protected WagonFileSet |
getWagonFileSet(String fromDir,
String includes,
String excludes,
boolean caseSensitive,
String toDir) |
getLog, getPluginContext, setLog, setPluginContextprotected org.apache.maven.artifact.manager.WagonManager wagonManager
protected org.apache.maven.settings.Settings settings
protected org.apache.maven.project.MavenProject project
protected boolean skip
true, skip the execution.protected org.apache.maven.wagon.Wagon createWagon(String id, String url) throws org.apache.maven.plugin.MojoExecutionException
id - url - wagonManager - settings - logger - org.apache.maven.plugin.MojoExecutionExceptionprotected WagonFileSet getWagonFileSet(String fromDir, String includes, String excludes, boolean caseSensitive, String toDir)
Copyright © 2008–2014 Codehaus. All rights reserved.