Class ListMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.scm.plugin.AbstractScmMojo
org.apache.maven.scm.plugin.ListMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="list", aggregator=true) public class ListMojo extends AbstractScmMojo
Get the list of project files.
  • Field Details

    • scmVersionType

      @Parameter(property="scmVersionType") private String scmVersionType
      The version type (branch/tag/revision) of scmVersion.
    • scmVersion

      @Parameter(property="scmVersion") private String scmVersion
      The version (revision number/branch name/tag name).
    • recursive

      @Parameter(property="recursive", defaultValue="true") private boolean recursive
      Use recursive mode.
  • Constructor Details

    • ListMojo

      public ListMojo()
  • Method Details