Class ListMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="list", requiresProject=false) public class ListMojo extends AbstractWagonListMojo
Lists the content of the specified directory (remotePath) under a specified repository (url).
  • Constructor Details

    • ListMojo

      public ListMojo()
  • Method Details

    • execute

      protected void execute(org.apache.maven.wagon.Wagon wagon) throws org.apache.maven.wagon.WagonException
      Description copied from class: AbstractSingleWagonMojo
      Perform the necessary action. To be implemented in the child mojo.
      Specified by:
      execute in class AbstractSingleWagonMojo
      Parameters:
      wagon - - wagon instance to use
      Throws:
      org.apache.maven.wagon.WagonException - if any wagon error