Hi there, Thanks a lot for your reply,
I tried with http://repository.apache.org/snapshots and I still don't manage to get the snapshot... But, actually, I don't need a snapshot it's just that I could not get a hand on the 1.1 release so I tried with a snapshot. Do you by any chance know the repository / dependency for the 1.1 release? I really could not find that anywhere in the doc (which seem to be outdated as it suggests using 0.4.0-SNAPSHOT: https://cwiki.apache.org/confluence/display/ABDERA/Getting +Started#GettingStarted-Maven) I guess the dependency is: <dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-bundle</artifactId> <version>1.1</version> </dependency> but how about the repository? Thanks a lot, Dominique On Thu, 2010-07-29 at 17:19 +0200, Dominique Guinard 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 >
