You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/07/31 21:43:25 UTC

svn commit: r226684 - /jakarta/commons/proper/commons-build/trunk/xdocs/building.xml

Author: psteitz
Date: Sun Jul 31 12:43:23 2005
New Revision: 226684

URL: http://svn.apache.org/viewcvs?rev=226684&view=rev
Log:
Dropped reference to ssh key passphrase, fixed typos.

Modified:
    jakarta/commons/proper/commons-build/trunk/xdocs/building.xml

Modified: jakarta/commons/proper/commons-build/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/xdocs/building.xml?rev=226684&r1=226683&r2=226684&view=diff
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/xdocs/building.xml (original)
+++ jakarta/commons/proper/commons-build/trunk/xdocs/building.xml Sun Jul 31 12:43:23 2005
@@ -99,7 +99,6 @@
       maven.username (apache user name, for site deployment)
       maven.repo.apache.releases.username   (apache user name, for releases)
       maven.repo.apache.releases.privatekey (pgp signing key)
-      maven.repo.apache.releases.passphrase (passphrase for pgp key)
       </pre>
       If you work only on Jakarta projects, you can add
       <code> maven.remote.group=jakarta </code>
@@ -262,7 +261,7 @@
     <code>project.properties.sample</code></a> ensures that this does not
     happen.  This section explains how to deploy jars using maven at apache.
     </p>
-    <subsection name='repository structure'>
+    <subsection name='Repository structure'>
       <p>
       There are three maven repositories that apache committers should be aware
       of.  The table below describes each of these repositories.
@@ -283,7 +282,7 @@
       </table>
       </p>
     </subsection>
-    <subsection name='deploying release jars'>
+    <subsection name='Deploying release jars'>
       <p>
       The instructions here automate the process described in step 8 of the
       <a href="http://jakarta.apache.org/commons/releases/release.html">
@@ -319,13 +318,13 @@
       end in <code>-dev</code> after pushing out the release jar. 
       </p>
     </subsection>
-    <subsection name='deploying snapshot jars'>
+    <subsection name='Deploying snapshot jars'>
       <p>
       Assuming the setup in <code>project.properties.sample</code>, and 
       correctly set artifact id (should end in <code>-dev</code> or 
       <code>-SNAPSHOT</code>) the following command can be used to deploy a 
       "snapshot" or "development build" jar to the apache snapshot repository:
-      <source>maven jar:deploy</source>
+      <source>maven jar:deploy-snapshot</source>
       </p>
     </subsection>
   </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org