OK, great! For yours and others future reference, how I find artifacts I need (and where to find them) is to use a search tool. There are several tools, but one of the most powerful approaches I've found is to use the Nexus instance at http://repository.sonatype.org/ . As it has quite a few repositories configured, your pretty much sure to cover the most common ones. Very handy if you don't want to rely on any set-up or configuration of your own.
/Anders On Wed, Sep 2, 2009 at 14:05, Thomas Sundberg <[email protected]>wrote: > Hi! > > I added this repository to my pom to be able to use the Jersy stuff: > > <repositories> > <repository> > <id>maven2-repository.dev.java.net</id> > <name>Java.net Repository for Maven</name> > <url>http://download.java.net/maven/2/</url> > <layout>default</layout> > </repository> > </repositories> > > /Thomas > > On Wed, Sep 2, 2009 at 13:04, Bert 1 Waltniel<[email protected]> > wrote: > > Hi > > > > I got an error compiling my project. > > > > I'm using Sun Jersey. > > > > The error is that maven was unable to download the depending jar's from > > the repository. > > > > I have checked manually the maven repository and all the jar's from Sun > > Jersey are gone. > > > > Does anybody has a solution? > > > > Kind regards > > > > Bert Waltniel > > > > Sensor Solutions > > > > Java Consultant > > > > Email: [email protected] > > Phone: 0497/850123 > > > > > > > > Tenzij hierboven anders aangegeven: / Sauf indication contraire > ci-dessus: > > / Unless otherwise stated above: > > > > International Business Machines of Belgium sa / nv > > Siège social / Maatschappelijke zetel: Avenue du Bourget 42 Bourgetlaan, > > B-1130 Bruxelles/Brussel > > N° d'entreprise / Ondernemingsnr: TVA / BTW BE 0405 912 336 > > RPM Bruxelles / RPR Brussel > > > > -- > Thomas Sundberg > M. Sc. in Computer Science > > Agical AB > Västerlånggatan 79, 2 tr > 111 29 Stockholm, SWEDEN > > Mobile: +46 70 767 33 15 > E-mail: [email protected] > http://www.agical.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
