public abstract class AbstractWagonListMojo extends AbstractSingleWagonMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
caseSensitive
Whether to consider remote path case sensitivity during scan.
|
protected String |
excludes
Comma separated list of Ant's excludes to scan for remote files.
|
protected String |
fromDir
Directory path relative to Wagon's URL
|
protected String |
includes
Comma separated list of Ant's includes to scan for remote files
|
protected WagonDownload |
wagonDownload |
urlproject, settings, skip, wagonFactory| Constructor and Description |
|---|
AbstractWagonListMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected WagonFileSet |
getWagonFileSet() |
execute, executecreateWagon, getWagonFileSet@Parameter(property="wagon.fromDir") protected String fromDir
@Parameter(property="wagon.includes",
defaultValue="*")
protected String includes
@Parameter(property="wagon.excludes") protected String excludes
@Parameter(property="wagon.caseSensitive",
defaultValue="true")
protected boolean caseSensitive
@Component protected WagonDownload wagonDownload
protected WagonFileSet getWagonFileSet()
Copyright © 2008–2021 MojoHaus. All rights reserved.