Class AbstractWagonListMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DownloadMojo, ListMojo

public abstract class AbstractWagonListMojo extends AbstractSingleWagonMojo
Contains common configuration to scan for Wagon's files
  • Field Details

    • fromDir

      @Parameter(property="wagon.fromDir") protected String fromDir
      Directory path relative to Wagon's URL
    • includes

      @Parameter(property="wagon.includes", defaultValue="*") protected String includes
      Comma separated list of Ant's includes to scan for remote files
    • excludes

      @Parameter(property="wagon.excludes") protected String excludes
      Comma separated list of Ant's excludes to scan for remote files.
    • caseSensitive

      @Parameter(property="wagon.caseSensitive", defaultValue="true") protected boolean caseSensitive
      Whether to consider remote path case sensitivity during scan.
    • wagonDownload

      @Inject protected WagonDownload wagonDownload
  • Constructor Details

    • AbstractWagonListMojo

      public AbstractWagonListMojo()
  • Method Details

    • getWagonFileSet

      protected WagonFileSet getWagonFileSet()