I am trying to setup a target definition for an eclipse-based project where I am planning to use Apache Shiro.
Ideally, thus, I would like to get the Apache Shiro jars from a p2 repository, but I cannot seem to be able to find one. Does anybody know if such a repository exist?
You can create a P2 repository for Apache Shiro with Maven Tycho. Therefore, you have to create a pom.xml that referes to Apache Shiro dependencies in its dependencies section. Then, configure Maven Tycho's P2 Extra Plugin in this pom. This plugin creates the P2 repository for the maven dependencies. Here is a complete pom configuration example.