o Minor tweaks to the site
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@897545 13f79535-47bb-0310-9956-ffa450edef68master
parent
4b2570debc
commit
437b52372d
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
Configuring Generation of Help Mojo
|
Configuring Generation of Help Mojo
|
||||||
|
|
||||||
To configure the generation of a <<<Help>>> Mojo, add the following to the project's POM:
|
To configure the generation of a <<<help>>> mojo, add the following to the project's POM:
|
||||||
|
|
||||||
+-----+
|
+-----+
|
||||||
<project>
|
<project>
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ Maven Plugin Plugin
|
||||||
metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this
|
metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this
|
||||||
is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact.
|
is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact.
|
||||||
|
|
||||||
* {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all project mojos.
|
* {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all mojos in a plugin.
|
||||||
|
|
||||||
[]
|
[]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ mvn package
|
||||||
+-----+
|
+-----+
|
||||||
|
|
||||||
You will see that the <<<plugin.xml>>> file is generated in the <<<target/classes/META-INF/maven>>> directory of your project. The file is
|
You will see that the <<<plugin.xml>>> file is generated in the <<<target/classes/META-INF/maven>>> directory of your project. The file is
|
||||||
also bundled in the generated jar file.
|
also bundled in the generated JAR file.
|
||||||
|
|
||||||
To explicitly execute the <<<plugin:descriptor>>> goal, type the following in the command line:
|
To explicitly execute the <<<plugin:descriptor>>> goal, type the following in the command line:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
|
|
||||||
Screenshots From Javadoc
|
Screenshots From Javadoc
|
||||||
|
|
||||||
The following Screenshots have been taken from a JavaDoc displayed.
|
The following Screenshots have been taken from a Javadoc report.
|
||||||
|
|
||||||
[images/javadoc.png] Examples
|
[images/javadoc.png] Examples
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
Maven Plugin Tool Model
|
Maven Plugin Tool Model
|
||||||
|
|
||||||
The Maven Plugin Tool Model is model to extract descriptors information from plugins.
|
The Maven Plugin Tool Model is a model to extract descriptors information from plugins.
|
||||||
|
|
||||||
The following are generated from this model:
|
The following are generated from this model:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ Maven Plugin Tools
|
||||||
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
||||||
|| <<Maven Plugin Tools>> || <<Overview>>
|
|| <<Maven Plugin Tools>> || <<Overview>>
|
||||||
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
||||||
| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}} | Maven Plugin which generates Plugin report.
|
| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}} | Maven Plugin which generates a Plugin report.
|
||||||
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
||||||
| {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}} | Descriptor extractor for plugins written in Ant.
|
| {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}} | Descriptor extractor for plugins written in Ant.
|
||||||
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
*-----------------------------------------------------------------------------+---------------------------------------------------------+
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue