Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.
The "HttpComponentsReleaseProcess" page has been changed by GaryGregory: https://wiki.apache.org/HttpComponents/HttpComponentsReleaseProcess?action=diff&rev1=23&rev2=24 }}} This task will execute 'maven install site' as an external command. Make sure the task terminates successfully without any error. - * Deploy RC to the staging artifact repository + * If a gpg agent is present, deploy RC to the staging artifact repositor with: {{{ gradlew -q deployRC @@ -185, +185 @@ The command assumes presence of a functional gpg setup and of a gpg agent on the local system. - If a gpg agent is not present on the system, release artifacts must be deployed with Maven manually. + * If a gpg agent is ''not'' present, deploy RC to the staging artifact repositor with Maven manually: {{{ gradlew -q locateRC }}} - {{{ Please deploy HttpCore 4.3.1 based on RC1 from the following directory using 'mvn deploy -Prelease' /home/oleg/src/apache.org/httpcomponents/project-release-tools/build/repos-asf-httpcomponents-httpcore-tags-4.3.1-RC1 }}} - - Change to the RC location and execute 'mvn deploy -Prelease' passing additional parameters, if necessary. + Change to the RC location and execute 'mvn deploy -Prelease' passing additional parameters, if necessary, for example: - + + {{{ + cd /home/oleg/src/apache.org/httpcomponents/project-release-tools/build/repos-asf-httpcomponents-httpcore-tags-4.3.1-RC1 + mvn deploy -Prelease -Dgpg.passphrase=MySecret + }}} Login to the ASF Nexus repository manager at the following location https://repository.apache.org/index.html#welcome --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
