https://github.com/ops4j/org.ops4j.pax.shiro
Extensions for Apache Shiro
https://github.com/ops4j/org.ops4j.pax.shiro
Last synced: 4 months ago
JSON representation
Extensions for Apache Shiro
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.pax.shiro
- Owner: ops4j
- License: apache-2.0
- Created: 2013-08-02T16:07:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T00:45:46.000Z (over 10 years ago)
- Last Synced: 2026-01-14T04:46:29.465Z (6 months ago)
- Language: Java
- Size: 451 KB
- Stars: 11
- Watchers: 70
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pax Shiro
=========
Thanks for looking into Pax Shiro, a collection of extensions
and samples for securing Java EE 6+ or OSGi applications with
Apache Shiro.
This is the official source repository of the OPS4J Pax Shiro project.
It's licensed under the Apache Software License 2.0 by the OPS4J community.
## Documentation
*
## Build
You'll need a machine with Java 6 or Java 7 and Apache Maven 3 installed.
Checkout:
git clone git://github.com/ops4j/org.ops4j.pax.shiro.git
Run Build:
mvn clean install
## Releases
Releases go to Maven Central.
The current release is **Pax Shiro 0.1.0**.
## Issue Tracking
*
## Continuous Integration Builds
We have a continuous integration build set up here:
*
Snapshot artifacts are being published to:
*
The OPS4J Team.