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 ------------------------------------------------------------------------------ * Deploy the site to a staging directory and review the resultant site before committing the changes {{{ - mvn clean clover:instrument clover:clover site:stage -Dclover.license=<path>/clover.license -DstagingDirectory=<path>/stage + mvn clean site site:stage -Dclover.license=<path>/clover.license -DstagingDirectory=<path>/stage }}} You may need to re-build the site several times until fully satisfied with its content and appearance Remark: stagingDirectory MUST be an absolute path + + Remark: due to limitations of the docbkx plugin the tutorial will not be copied to the staging directory * Package the content of the staging directory @@ -91, +93 @@ * Deploy pre-release snapshots to the Apache Maven snapshot repository {{{ - mvn deploy -P release + mvn deploy }}} - - The 'release' profile parameter will cause release artifacts to be signed prior to deployment to the remote repository The command assumes presence of a functional gpg setup on the local system --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org