git clone https://github.com/apache/shiro.git
Handy Hint
|
Shiro v1 version notice
As of February 28, 2024, Shiro v1 was superseded by v2.
|
This page is dedicated for reference information used by the Apache Shiro development team when performing tasks as a committer or contributor.
All non-JavaDoc documentation is managed in our apache/shiro-site repo.
We use a Git repository located at git://git.apache.org/shiro.git. You can also browse the mirrored repository on GitHub, located at https://github.com/apache/shiro-site.
Active development is done in the main
branch, and maintenance typically on the 1.N.x
branch (where N
is the current feature release and x
is static).
For Shiro cutting-edge development, you can clone the code from Git and build it using Maven 3.6+:
Check out the code:
git clone https://github.com/apache/shiro.git
Build the project using Maven 3.6+:
cd shiro
mvn verify
Cutting-edge development
When building from |