Author: oglueck
Date: Mon Jun 13 03:58:56 2005
New Revision: 190382

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

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

Modified: jakarta/commons/proper/httpclient/trunk/build.properties.sample
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/build.properties.sample?rev=190382&r1=190381&r2=190382&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/httpclient/trunk/build.properties.sample Mon Jun 13 
03:58:56 2005
@@ -38,4 +38,5 @@
 httpclient.test.log=org.apache.commons.logging.impl.SimpleLog
 #httpclient.test.log=org.apache.commons.logging.impl.Log4JCategoryLog
 #httpclient.test.log=org.apache.commons.logging.impl.NoOpLog
-
+maven.username=yourASFid
+maven.repo.asf.privatekey=/home/myuser/.ssh/id_dsa

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

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/releases.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/releases.xml?rev=190382&r1=190381&r2=190382&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/releases.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/releases.xml Mon Jun 13 
03:58:56 2005
@@ -158,11 +158,9 @@
           to bugzilla you can contact <a href="mailto:[EMAIL 
PROTECTED]">[EMAIL PROTECTED]</a><br/><br/></li>
 
         <li>Deploy the jar file to the ibiblio repository.
-          <ul>
-            <li>If you have an account on the ibiblio server, run <code>maven 
jar:deploy</code></li>
-            <li>If you don't have this account, contact <a href="mailto:[EMAIL 
PROTECTED]">dion</a>
-              and ask him <i>nicely</i> to do it.</li>
-          </ul>
+          <pre>
+            maven jar:deploy
+          </pre>
         </li>
       </ol>
 



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

Reply via email to