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. * Build everything to make sure its kosher.
``` ```
$ cd keycloak $ cd keycloak
$ mvn install $ mvn -Pjboss-release install
```
* Build javadoc and jaxrs-doc
```
$ mvn javadoc:javadoc
# This is for jaxrs-docs
$ cd services
$ mvn package
# back to root keycloak dir
$ cd ..
``` ```
* Upload to Nexus (from project root) * 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. * Login to Nexus and release the maven repository uploads in the staging area.