用Mojo开发Maven2插件

 

用Mojo开发Maven2插件

 

reference

 

http://maven.apache.org/plugin-developers/index.html

 

Plugin Developers Centre

This documentation centre is for those that are developing Maven plugins. This might be for your own build, or as an accompaniment to your third party tool.

What is a Mojo? A mojo is a Maven plain Old Java Object. Each mojo is an executable goal in Maven, and a plugin is a distribution of one or more related mojos.

你可能感兴趣的:(apache,html,maven,xml,J#)