Documentation updates
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@349850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<section name="Examples">
|
<section name="Examples">
|
||||||
<p>
|
<p>
|
||||||
The following example demonstrates how to depoyment
|
The following example demonstrates how the deployment
|
||||||
of artifact to remote repositories can be configured.
|
of artifacts to remote repositories can be configured.
|
||||||
</p>
|
</p>
|
||||||
<source><![CDATA[
|
<source><![CDATA[
|
||||||
#list of repositories to which we will deploy.
|
#list of repositories to which we will deploy.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<item name="Examples" href="/examples.html"/>
|
<item name="Examples" href="/examples.html"/>
|
||||||
<item name="Supported Protocols" href="/protocols.html"/>
|
<item name="Supported Protocols" href="/protocols.html"/>
|
||||||
<item name="Security Considerations" href="/security.html"/>
|
<item name="Security Considerations" href="/security.html"/>
|
||||||
<item name="Key-based Authentication" href="/authentication.html"/>
|
<!--<item name="Key-based Authentication" href="/authentication.html"/>-->
|
||||||
</menu>
|
</menu>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -198,9 +198,8 @@
|
|||||||
</section>
|
</section>
|
||||||
<section name="Other properties used">
|
<section name="Other properties used">
|
||||||
<p>
|
<p>
|
||||||
If you are behind firewall and need to use proxy server see
|
If you are behind a firewall and need to use a proxy server, check the
|
||||||
<a href="http://maven.apache.org/reference/user-guide.html#Using Proxies">following</a>
|
<a href="http://maven.apache.org/maven-1.x/reference/properties.html#Proxy_Properties">proxy properties</a>.
|
||||||
section from the <b>Maven User Guide</b> .
|
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section name="Deploy Properties (DEPRECATED)">
|
<section name="Deploy Properties (DEPRECATED)">
|
||||||
|
|||||||
@@ -46,12 +46,17 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="#artifact:deploy-snapshot">artifact:deploy-snapshot</a></td>
|
<td><a href="#artifact:deploy-snapshot">artifact:deploy-snapshot</a></td>
|
||||||
<td>Deploy snapshot version of artifact to remote repository (DEPRECATED: use artifact:deploy with SNAPSHOT in the project version for equivalent behaviour)</td>
|
<td>
|
||||||
|
Deploy snapshot version of artifact to remote repository
|
||||||
|
(<strong>DEPRECATED</strong>: use artifact:deploy with SNAPSHOT in the project version for equivalent behaviour)
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="#artifact:deploy-snapshot">artifact:install-snapshot</a></td>
|
<td><a href="#artifact:deploy-snapshot">artifact:install-snapshot</a></td>
|
||||||
<td>Install snapshot version of artifact in local repository</td>
|
<td>
|
||||||
<td>Install snapshot version of artifact in local repository (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour)</td>
|
Install snapshot version of artifact in local repository
|
||||||
|
(<strong>DEPRECATED</strong>: use artifact:install with SNAPSHOT in the project version for equivalent behaviour)
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user