Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.
The following page has been changed by OlegKalnichevski: http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess ------------------------------------------------------------------------------ GPG Passphrase:**************** }}} - * Manually copy those artifacts to the Maven1 repository (we'll probably discontinue M1 support at some point of - time, as this manual process is a MAJOR pain in the rectum) - - {{{ - ssh <your-apache-id>@people.apache.org - }}} - - {{{ - cd /www/people.apache.org/repo/m1-ibiblio-rsync-repository/httpcomponents-httpcore/jars - - export HC_M2_HOME=/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/httpcomponents - cp ${HC_M2_HOME}/httpcore/<version>/httpcore-<version>.jar* . - cp ${HC_M2_HOME}/httpcore-nio/<version>/httpcore-nio-<version>.jar* . - }}} - - Make sure files are group writable - - {{{ - cd /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/httpcomponents - chmod -R g+w * - cd /www/people.apache.org/repo/m1-ibiblio-rsync-repository/httpcomponents-httpcore - chmod -R g+w * - }}} - * Deploy release packages {{{ @@ -383, +359 @@ * Build and deploy the site {{{ - mvn site:site site:deploy + mvn clover:instrument clover:clover site:site site:deploy -Dclover.license=<path>/clover.license }}} == Update HttpComponents project site == --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]