On Thu, Jul 29, 2010 at 4:19 PM, Dominique Guinard <[email protected]> wrote: > Dear all, > > Sorry for that probably silly question but I've been trying for more > than an hour to get a hand on abdera 1.1 using maven. I bascially tried > everything but don't manage to get it. > > I'm current using: > > <repository> > <id>apache-snapshots</id> > <name>Apache Snapshot Repository</name> > <url>http://repository.apache.org</url> > <snapshots> > <enabled>true</enabled> > </snapshots> > <releases> > <enabled>true</enabled> > </releases> > </repository> > > > As a repository and: > > <dependency> > <groupId>org.apache.abdera</groupId> > <artifactId>abdera-bundle</artifactId> > <version>1.1-SNAPSHOT</version> > </dependency> > > for the dependency, according to what I found using Nexus, searching for > Abdera. > > Anybody succeeded? Thanks a whole lot! > > Dominique > > >
I think the correct value for the <repository> <url> element is: http://repository.apache.org/snapshots Are you using the snapshot builds for a particular fix you need thats not in the latest 1.1 release? If so we should really do a point release. ...ant
