Package org.codehaus.mojo.wagon
Class AbstractWagonListMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.wagon.AbstractWagonMojo
org.codehaus.mojo.wagon.AbstractSingleWagonMojo
org.codehaus.mojo.wagon.AbstractWagonListMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
DownloadMojo,ListMojo
Contains common configuration to scan for Wagon's files
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanWhether to consider remote path case sensitivity during scan.protected StringComma separated list of Ant's excludes to scan for remote files.protected StringDirectory path relative to Wagon's URLprotected StringComma separated list of Ant's includes to scan for remote filesprotected WagonDownloadFields inherited from class org.codehaus.mojo.wagon.AbstractSingleWagonMojo
urlFields inherited from class org.codehaus.mojo.wagon.AbstractWagonMojo
project, settings, skip, wagonFactoryFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.mojo.wagon.AbstractSingleWagonMojo
execute, executeMethods inherited from class org.codehaus.mojo.wagon.AbstractWagonMojo
createWagon, getWagonFileSetMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
fromDir
Directory path relative to Wagon's URL -
includes
Comma separated list of Ant's includes to scan for remote files -
excludes
Comma separated list of Ant's excludes to scan for remote files. -
caseSensitive
@Parameter(property="wagon.caseSensitive", defaultValue="true") protected boolean caseSensitiveWhether to consider remote path case sensitivity during scan. -
wagonDownload
-
-
Constructor Details
-
AbstractWagonListMojo
public AbstractWagonListMojo()
-
-
Method Details
-
getWagonFileSet
-