fixed relative links
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1178959 13f79535-47bb-0310-9956-ffa450edef68master
parent
6daae712b5
commit
63d5fea846
|
|
@ -29,7 +29,7 @@
|
|||
Maven Plugin Plugin
|
||||
|
||||
The Maven Plugin Plugin is used to create a Maven plugin descriptor for any
|
||||
{{{http://maven.apache.org/general.html#What_is_a_Mojo}Mojo}}'s found in the source tree, to include in the JAR.
|
||||
{{{/general.html#What_is_a_Mojo}Mojo}}'s found in the source tree, to include in the JAR.
|
||||
It is also used to generate report files for the Mojos as well as for updating the plugin registry, the artifact
|
||||
metadata and generating a generic help goal.
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ Maven Plugin Plugin
|
|||
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
|
||||
Of course, patches are welcome, too. Contributors can check out the project from our
|
||||
{{{./source-repository.html}source repository}} and will find supplementary information in the
|
||||
{{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
|
||||
{{{/guides/development/guide-helping.html}guide to helping with Maven}}.
|
||||
|
||||
* Examples
|
||||
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ Maven Plugin Tools Javadoc
|
|||
|
||||
* Usage
|
||||
|
||||
Instructions on how to use this project can be found on the {{{usage.html}usage page}}.
|
||||
Instructions on how to use this project can be found on the {{{./usage.html}usage page}}.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@
|
|||
|
||||
Screenshots From Javadoc
|
||||
|
||||
The following Screenshots have been taken from a Javadoc report.
|
||||
The following screenshots have been taken from a Javadoc report.
|
||||
|
||||
[images/javadoc.png] Examples
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
Usage
|
||||
|
||||
The taglets could be use directly in the {{{http://maven.apache.org/plugins/maven-javadoc-plugin/}Maven Javadoc Plugin}}.
|
||||
The taglets can be used directly in the {{{/plugins/maven-javadoc-plugin/}Maven Javadoc Plugin}}.
|
||||
|
||||
+-----+
|
||||
<project>
|
||||
|
|
@ -105,8 +105,8 @@ Usage
|
|||
|
||||
* Resources
|
||||
|
||||
* {{{apidocs/index.html}API}}
|
||||
* {{{./apidocs/index.html}API}}
|
||||
|
||||
* {{{http://maven.apache.org/developers/mojo-api-specification.html#The_Descriptor_and_Annotations}Mojo API Specification}}
|
||||
* {{{/developers/mojo-api-specification.html#The_Descriptor_and_Annotations}Mojo API Specification}}
|
||||
|
||||
[]
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Maven Plugin Tool Model
|
|||
|
||||
* {{{./apidocs/index.html}Java sources}} with Reader and Writers for the Xpp3 XML parser
|
||||
|
||||
* A {{{plugin-metadata.html}Descriptor Reference}}
|
||||
* A {{{./plugin-metadata.html}Descriptor Reference}}
|
||||
|
||||
* An {{{./plugin-metadata-1.0.0.xsd}XSD}}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue