Hi Marcus, This should only be the case if you depend on a Shiro SNAPSHOT version, as SNAPSHOT builds don't include the source/JavaDoc part of the build.
The release builds should most definitely include all of the src .jars however. I just downloaded shiro-core-1.2.1-sources.jar from Maven Central [1] for example: > jar xvf shiro-core-1.2.1-sources.jar > less org/apache/shiro/subject/Subject.java [1] http://search.maven.org/#artifactdetails%7Corg.apache.shiro%7Cshiro-core%7C1.2.1%7Cbundle HTH, Les
