Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.
The "Releasing jclouds" page has been changed by AndrewPhillips: https://wiki.apache.org/jclouds/Releasing%20jclouds?action=diff&rev1=39&rev2=40 Comment: Removing incubator references === GPG Signing Key === * Make sure you've got a GPG signing key set up. See [[http://www.apache.org/dev/release-signing.html]] for details. * Associate your key with your ASF account by adding the fingerprint at [[https://id.apache.org/]]. - * At least for now, also make sure your key is in people.apache.org:/www/www.apache.org/dist/incubator/jclouds/KEYS. + * At least for now, also make sure your key is in people.apache.org:/www/www.apache.org/dist/jclouds/KEYS. * If/when you can, get linked into the [[http://www.apache.org/dev/release-signing.html#web-of-trust|Apache Web of Trust]]. * Optionally, you can also add your GPG passphrase to your ~/.m2/settings.xml, or enable gpg-agent for the maven-gpg-plugin, by doing something like this: {{{ @@ -90, +90 @@ }}} * Remember to replace "jclouds-1.6.3-rcX" and the versions with the correct tag/version for the repo/release/RC you're building. * Some repositories (most notably labs and karaf) may have "missing dependency" build problems with the new version when you run release:prepare. If that happens, run {{{mvn clean install -DskipTests}}} with the POMs set to the release version, and then try running the prepare command again. - * Note that this will explicitly and specifically '''not''' push the tag or branch to the remote incubator-(whatever).git. That is by design, to make it easier to recover from errors and to speed up the release build. You will need to push the tag and branch upon completion of the build. + * Note that this will explicitly and specifically '''not''' push the tag or branch to the remote (whatever).git. That is by design, to make it easier to recover from errors and to speed up the release build. You will need to push the tag and branch upon completion of the build. * Perform the release build. e.g.,: {{{ mvn clean release:perform -DconnectionUrl=scm:git:file://`pwd`/.git -Dtag=jclouds-1.6.3-rcX -Darguments="-DskipTests"
