Update documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@354580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f77a8b3801
commit
39957cf7a5
@ -27,7 +27,10 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>
|
<goal>
|
||||||
<name>plugin:plugin</name>
|
<name>plugin:plugin</name>
|
||||||
<description>Build a plugin jar. <b>Requires at least maven 1.1 and maven-artifact-plugin 1.7.</b></description>
|
<description>
|
||||||
|
Build a plugin jar. <strong>Requires at least maven 1.1 and
|
||||||
|
maven-artifact-plugin 1.7.</strong>
|
||||||
|
</description>
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
<name>plugin:download</name>
|
<name>plugin:download</name>
|
||||||
@ -67,7 +70,13 @@
|
|||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
<name>plugin:install</name>
|
<name>plugin:install</name>
|
||||||
<description>Build and install the current plugin in <code>${maven.plugin.dir}</code>.</description>
|
<description>
|
||||||
|
Build and install the current plugin in
|
||||||
|
<code>${maven.plugin.dir}</code>.
|
||||||
|
This calls <code>plugin:plugin</code> and therefore
|
||||||
|
<strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
|
||||||
|
</strong>
|
||||||
|
</description>
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
<name>plugin:install-now</name>
|
<name>plugin:install-now</name>
|
||||||
@ -75,6 +84,9 @@
|
|||||||
Install the plugin into the current Maven instance.
|
Install the plugin into the current Maven instance.
|
||||||
It is also installed into the user's plugin cache so that it will be available to
|
It is also installed into the user's plugin cache so that it will be available to
|
||||||
that user on subsequent Maven invocations.
|
that user on subsequent Maven invocations.
|
||||||
|
This calls <code>plugin:plugin</code> and therefore
|
||||||
|
<strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
|
||||||
|
</strong>
|
||||||
</description>
|
</description>
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
@ -102,6 +114,9 @@
|
|||||||
<name>plugin:repository-install</name>
|
<name>plugin:repository-install</name>
|
||||||
<description>
|
<description>
|
||||||
Install the current plugin version to the local repository.
|
Install the current plugin version to the local repository.
|
||||||
|
This calls <code>plugin:plugin</code> and therefore
|
||||||
|
<strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
|
||||||
|
</strong>
|
||||||
</description>
|
</description>
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
@ -118,6 +133,9 @@
|
|||||||
Deploy the current plugin version to the remote repository.
|
Deploy the current plugin version to the remote repository.
|
||||||
This uses the <a href="../artifact/index.html">Artifact plugin</a> to
|
This uses the <a href="../artifact/index.html">Artifact plugin</a> to
|
||||||
do the deployment, so properties need to be set up as per that plugin.
|
do the deployment, so properties need to be set up as per that plugin.
|
||||||
|
This calls <code>plugin:plugin</code> and therefore
|
||||||
|
<strong>requires at least maven 1.1 and maven-artifact-plugin 1.7.
|
||||||
|
</strong>
|
||||||
</description>
|
</description>
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
|
|||||||
@ -88,7 +88,7 @@
|
|||||||
The repository maven should use to download artifacts
|
The repository maven should use to download artifacts
|
||||||
(jars etc) that it can't find in the local repository.
|
(jars etc) that it can't find in the local repository.
|
||||||
You should set this to one of the
|
You should set this to one of the
|
||||||
<a href="http://maven.apache.org/faq.html#ibiblio-mirrors">Ibiblio mirrors</a>.
|
<a href="http://maven.apache.org/maven-1.x/faq.html#ibiblio-mirrors">Ibiblio mirrors</a>.
|
||||||
You can also specify multiple repositories, separated by commas.
|
You can also specify multiple repositories, separated by commas.
|
||||||
Default is <code>http://www.ibiblio.org/maven</code>.
|
Default is <code>http://www.ibiblio.org/maven</code>.
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@ -74,7 +74,7 @@
|
|||||||
</subsection>
|
</subsection>
|
||||||
<subsection name='validate-xml Tag'>
|
<subsection name='validate-xml Tag'>
|
||||||
<p>
|
<p>
|
||||||
A tag to validate an arbitrary xml document against a schema.
|
A tag to validate an arbitrary xml document against a schema or dtd.
|
||||||
</p>
|
</p>
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
|
<tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user