On Fri, Aug 12, 2011 at 10:29 AM, manitas <[email protected]> wrote: > Maybe I can try to help you to do this demo application. > To follow your advice, I'm trying to start developping it with maven but the > following artifact doesn't work for me : > I've the following error : > ArtifactDescriptorException: Failed to read artifact descriptor for > org.apache.shiro:shiro-core:jar:1.2.0-SNAPSHOT: ArtifactResolutionException: > Could not transfer artifact org.apache.shiro:shiro-core:pom:1.2.0-SNAPSHOT > from/to maven-repository.java.net (http://download.java.net/maven/1): No > Do I need to add a particular repository ?
Maven built Apache snapshots are in Apache snapshot repository: https://repository.apache.org/content/groups/snapshots/ Kalle
