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, wagonFactory| Constructor and Description |
|---|
AbstractDoubleWagonMojo() |
createWagon, getWagonFileSetgetLog, getPluginContext, setLog, setPluginContext@Parameter(property="wagon.source",
required=true)
protected String source
@Parameter(property="wagon.target",
required=true)
protected String target
@Parameter(property="wagon.sourceId",
defaultValue="source")
protected String sourceId
@Parameter(property="wagon.targetId",
defaultValue="target")
protected String targetId
@Parameter(property="wagon.optimize",
defaultValue="false")
protected boolean optimize
Copyright © 2008–2021 MojoHaus. All rights reserved.