Class DoapMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.doap.DoapMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate") public class DoapMojo extends org.apache.maven.plugin.AbstractMojo

Generate a Description of a Project (DOAP) file from the main information found in a POM.

Note: The generated file is tailored for use by projects at Apache.
Since:
1.0-beta-1
Author:
Jason van Zyl, Vincent Siveton
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.maven.settings.Settings
    The current user system settings for use in Maven.

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • settings

      @Parameter(defaultValue="${settings}", readonly=true, required=true) protected org.apache.maven.settings.Settings settings
      The current user system settings for use in Maven.
      Since:
      1.1
  • Constructor Details

    • DoapMojo

      public DoapMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException