Updated release instructions

This commit is contained in:
Stian Thorgersen 2015-04-23 14:20:33 +02:00
parent e64a2d8de5
commit 927032997e

View file

@ -14,22 +14,12 @@ $ git@github.com:keycloak/keycloak.git
* Build everything to make sure its kosher.
```
$ cd keycloak
$ mvn install
```
* Build javadoc and jaxrs-doc
```
$ mvn javadoc:javadoc
# This is for jaxrs-docs
$ cd services
$ mvn package
# back to root keycloak dir
$ cd ..
$ mvn -Pjboss-release install
```
* Upload to Nexus (from project root)
```
$ mvn -Pdistribution deploy
$ mvn -Pjboss-release deploy
```
* Login to Nexus and release the maven repository uploads in the staging area.
@ -77,4 +67,4 @@ Releases are automatically synced to Maven central, but this can take up to one
## Announce
* Update Magnolia site to link keycloak docs and announcements.
* Write a blog and email about release including links to download, migration guide, docs, and blurb about what's new
* Write a blog and email about release including links to download, migration guide, docs, and blurb about what's new