Author: oglueck
Date: Mon Jun 13 03:47:13 2005
New Revision: 190380

URL: http://svn.apache.org/viewcvs?rev=190380&view=rev
Log:
fixed Maven deployment

Modified:
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/build.properties.sample
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.properties
    jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/releases.xml

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/build.properties.sample
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/build.properties.sample?rev=190380&r1=190379&r2=190380&view=diff
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/build.properties.sample
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/build.properties.sample
 Mon Jun 13 03:47:13 2005
@@ -4,7 +4,7 @@
 # Make a copy this file named "build.properties",
 # and customize it to your environment and preferences.
 #
-# $Id: build.properties.sample,v 1.12 2003/02/25 02:10:15 jsdever Exp $
+# $Id$
 # ===================================================================
 
 # ===================================================================
@@ -71,7 +71,9 @@
 # where to build the test-webapp to
 #test-webapp.dest=${dist.home}
 #test-webapp.dest=/java/jakarta-tomcat-4.0-b7/webapps
-
+#httpclient.test.log=org.apache.commons.logging.impl.NoOpLog
+maven.username=yourASFid
+maven.repo.asf.privatekey=/home/myuser/.ssh/id_dsa
 
 # ===================================================================
 # Anakia Properties (used by the xdoc target)

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.properties?rev=190380&r1=190379&r2=190380&view=diff
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.properties
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.properties
 Mon Jun 13 03:47:13 2005
@@ -7,3 +7,9 @@
 maven.checkstyle.excludes=**/*.html
 maven.javadoc.links=http://java.sun.com/j2se/1.4.1/docs/api/, 
http://jakarta.apache.org/commons/logging/apidocs/
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.repo.list=asf
+maven.repo.asf=scp://people.apache.org
+maven.repo.asf.directory=/www/www.apache.org/dist/java-repository
+maven.repo.asf.username=${maven.username}
+maven.repo.asf.compress=true
+maven.repo.asf.group=jakarta 
\ No newline at end of file

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.xml?rev=190380&r1=190379&r2=190380&view=diff
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.xml 
(original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/project.xml 
Mon Jun 13 03:47:13 2005
@@ -25,9 +25,8 @@
   <url>http://jakarta.apache.org/commons/httpclient/</url>
   
<issueTrackingUrl><![CDATA[http://issues.apache.org/bugzilla/buglist.cgi?short_desc_type=allwordssubstr&product=HttpClient&component=Commons+HttpClient&version=2.0+Final&long_desc_type=allwordssubstr&bug_file_loc_type=allwordssubstr&keywords_type=anywords&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&emailtype2=substring&bugidtype=include&order=Importance&field0-0-0=noop&type0-0-0=noop&query_format=advanced&short_desc=&long_desc=&bug_file_loc=&keywords=&emailassigned_to1=1&email1=&emailreporter2=1&email2=&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&value0-0-0=]]></issueTrackingUrl>
 
-  <siteAddress>minotaur.apache.org</siteAddress>
+  <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/commons/httpclient/</siteDirectory>
-  
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/httpclient</distributionDirectory>
   <repository>
    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/branches/HTTPCLIENT_2_0_BRANCH</connection>
     
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/branches/HTTPCLIENT_2_0_BRANCH</url>

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/releases.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/releases.xml?rev=190380&r1=190379&r2=190380&view=diff
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/releases.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/releases.xml
 Mon Jun 13 03:47:13 2005
@@ -6,7 +6,7 @@
     <title>Creating HttpClient Package Releases</title>
     <author email="commons-dev@jakarta.apache.org">Commons Documentation 
Team</author>
     <author email="[EMAIL PROTECTED]">Jeff Dever</author>
-    <revision>$Id: releases.xml,v 1.12.2.3 2004/02/15 21:09:08 mbecke Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -76,7 +76,7 @@
         <li>Run <code>maven site:generate</code> to generate the website 
documentation.  Browse
           the generated docs in the target directory to ensure that they
           are correct and complete.  Modify the xdocs as required and when
-          satisfied run <code>maven -Dmaven.username=your.apache.id@ 
site:deploy</code>
+          satisfied run <code>maven -Dmaven.username=your.apache.id 
site:deploy</code>
           to deploy the site to daedalus.<br/><br/></li>
 
         <li>Upload the binary and source distribution files to www.apache.org.
@@ -141,10 +141,8 @@
 
         <li>Deploy the jar file to the ibiblio repository.
           <pre>
-            scp target/commons-httpclient-2.0.jar \
-              [EMAIL PROTECTED]:\
-              /www/www.apache.org/dist/java-repository/commons-httpclient/jars/
-        </pre>
+            maven jar:deploy
+          </pre>
         </li>
       </ol>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to