Class AvailableDataMojo

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

    @Mojo(name="available-data",
          requiresDirectInvocation=true,
          requiresDependencyResolution=TEST)
    public class AvailableDataMojo
    extends org.apache.maven.plugin.AbstractMojo
    Obtain the list of some known data informations. Use the dataTypes property to specify a specific data type to use (otherwise will display all known data types).
    Since:
    2.0.0
    Author:
    Tony Chemit - chemit@codelutin.com