adorsys / oauth

oauth components for ee-server (currently only JBoss)
Apache License 2.0
7 stars 3 forks source link

Build Status

OAUTH2 - Sorry documentation needs to be done...

How to build

mvn clean install -Pwildfly

Test with jboss

# download jboss-eap-6.4.0.zip from http://developers.redhat.com/products/eap/download/

# install to local repository
$ mvn install:install-file -Dfile=jboss-eap-6.4.0.zip -DgroupId=org.jboss.as -DartifactId=jboss-eap -Dversion=6.4 -Dpackaging=zip

# run tests with profile jbossas-embedded
$ mvn clean install -P jbossas-embedded

Release

For example:

$ ./devops/release/release.sh 1.0 1.1

Afterwards, log in to Sonatype nexus and click on "Close" and then "Release" for the staging repository (as described here).