public abstract class AbstractDoubleWagonMojo extends AbstractWagonMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
optimize
Optimize the upload by locally compressed all files in one bundle, upload the bundle, and finally remote
uncompress the bundle.
|
protected String |
source
The URL to the source repository.
|
protected String |
sourceId
settings.xml's server id of the source repository.
|
protected String |
target
The URL to the target repository.
|
protected String |
targetId
settings.xml's server id of the target repository.
|
project, settings, skip, wagonManager| Constructor and Description |
|---|
AbstractDoubleWagonMojo() |
createWagon, getWagonFileSetgetLog, getPluginContext, setLog, setPluginContextprotected String source
protected String target
protected String sourceId
protected String targetId
protected boolean optimize
Copyright © 2008–2014 Codehaus. All rights reserved.