Task X: Writing Plugins

Extending AbstractMojo

@goal Annotation

To create a Maven project for your plugin, use the maven-archetype-mojo archetype:

prompt> mvn archetype:generate -DgroupId=com.example -DartifactId=sample-plugin  -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-mojo