https://github.com/adorsys/oauth
oauth components for ee-server (currently only JBoss)
https://github.com/adorsys/oauth
Last synced: 6 months ago
JSON representation
oauth components for ee-server (currently only JBoss)
- Host: GitHub
- URL: https://github.com/adorsys/oauth
- Owner: adorsys
- License: apache-2.0
- Created: 2015-08-16T17:13:09.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-12-05T12:32:06.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T12:53:55.734Z (over 1 year ago)
- Language: Java
- Size: 1.33 MB
- Stars: 7
- Watchers: 14
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/adorsys/oauth)
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
- Check Javadocs errors:
```
$ mvn javadoc:javadoc
```- Make Release in git:
> ./devops/release/release.shFor example:
```
$ ./devops/release/release.sh 1.0 1.1
```Afterwards, log in to [Sonatype nexus](https://oss.sonatype.org/) and click on "Close" and then "Release" for the staging repository ([as described here](http://central.sonatype.org/pages/releasing-the-deployment.html)).