Author: ltheussl
Date: Tue Nov 29 16:20:00 2005
New Revision: 349850

URL: http://svn.apache.org/viewcvs?rev=349850&view=rev
Log:
Documentation updates

Modified:
    maven/maven-1/plugins/trunk/artifact/xdocs/examples.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/examples.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/examples.xml?rev=349850&r1=349849&r2=349850&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/examples.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/examples.xml Tue Nov 29 16:20:00 
2005
@@ -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. 

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml?rev=349850&r1=349849&r2=349850&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/navigation.xml Tue Nov 29 
16:20:00 2005
@@ -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>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml?rev=349850&r1=349849&r2=349850&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/properties.xml Tue Nov 29 
16:20:00 2005
@@ -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)">

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml?rev=349850&r1=349849&r2=349850&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/tags.xml Tue Nov 29 16:20:00 2005
@@ -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>
       


Reply via email to