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:
parent
1cc6484fbd
commit
cbd121a8be
@ -27,8 +27,8 @@
|
||||
<body>
|
||||
<section name="Examples">
|
||||
<p>
|
||||
The following example demonstrates how to depoyment
|
||||
of artifact to remote repositories can be configured.
|
||||
The following example demonstrates how the deployment
|
||||
of artifacts to remote repositories can be configured.
|
||||
</p>
|
||||
<source><![CDATA[
|
||||
#list of repositories to which we will deploy.
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<item name="Examples" href="/examples.html"/>
|
||||
<item name="Supported Protocols" href="/protocols.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>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
@ -198,9 +198,8 @@
|
||||
</section>
|
||||
<section name="Other properties used">
|
||||
<p>
|
||||
If you are behind firewall and need to use proxy server see
|
||||
<a href="http://maven.apache.org/reference/user-guide.html#Using Proxies">following</a>
|
||||
section from the <b>Maven User Guide</b> .
|
||||
If you are behind a firewall and need to use a proxy server, check the
|
||||
<a href="http://maven.apache.org/maven-1.x/reference/properties.html#Proxy_Properties">proxy properties</a>.
|
||||
</p>
|
||||
</section>
|
||||
<section name="Deploy Properties (DEPRECATED)">
|
||||
|
||||
@ -46,12 +46,17 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<td><a href="#artifact:deploy-snapshot">artifact:install-snapshot</a></td>
|
||||
<td>Install snapshot version of artifact in local repository</td>
|
||||
<td>Install snapshot version of artifact in local repository (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour)</td>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user