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
FieldsModifier and TypeFieldDescriptionprotected org.apache.maven.settings.SettingsThe current user system settings for use in Maven.Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
settings
@Parameter(defaultValue="${settings}", readonly=true, required=true) protected org.apache.maven.settings.Settings settingsThe 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
-