Re: Manually installing artifacts - Maven 1

2010-03-11 Thread Wayne Fay
> Yeah.. I tried there.. but It goes up to version 2.4.0, that is weird that > the project (Jaxen) is depending on that... Perhaps you want: http://mvnrepository.com/artifact/xerces/xercesImpl which has a 2.6.2... Wayne - To un

Re: Manually installing artifacts - Maven 1

2010-03-11 Thread David Nemer
Yeah.. I tried there.. but It goes up to version 2.4.0, that is weird that the project (Jaxen) is depending on that... -- David Nemer On Thu, Mar 11, 2010 at 11:05 PM, Wayne Fay wrote: > > The build cannot continue because of the following unsatisfied > dependency: > > - xerces:xerces:2.6.2:ja

Re: Manually installing artifacts - Maven 1

2010-03-11 Thread Wayne Fay
> The build cannot continue because of the following unsatisfied dependency: > - xerces:xerces:2.6.2:jar http://mvnrepository.com/search.html?query=xerces Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For ad

Re: Manually installing artifacts - Maven 1

2010-03-11 Thread David Nemer
Hello All, I can't really migrate the project to be built with Maven2 because I would have to adapt the whole repository, since I'm trying to build every version from a project's repository. I'm getting such error: The build cannot continue because of the following unsatisfied dependency: - xerc

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Siegfried Goeschl
Well, the migration takes some time depending on your Maven 1 & 2 know-how but +) the central M1 repo is not properly maintained any longer +) my IntelliJ project generation was somehow broken +) using M2 transitive dependencies is a huge plus Cheers, Siegfried Goeschl I spend two days this wee

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Wayne Fay
> The project I'm building.. builds up with maven 1.. is it possible to build > maven 1 projects with maven 2? Sure, just convert it to M2's pom.xml etc. ;-) Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread David Nemer
Works fine! Thank you! The project I'm building.. builds up with maven 1.. is it possible to build maven 1 projects with maven 2? Cheers, -- David Nemer Sent from Saarbrucken, SL, Germany On Sun, Feb 21, 2010 at 9:55 PM, Siegfried Goeschl < siegfried.goes...@it20one.at> wrote: > Hi David, > > +

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Siegfried Goeschl
Hi David, +) copy the library to ~/.maven/repository/jdom/jars/jdom-b10.jar +) migrate to M2 if possible because M1 know-how is becoming difficult to find Cheers, Siegfried Goeschl David Nemer wrote: > Hello Everyone, > > I'm using Maven 1 to build some projects, and it can't download a JAR. >

Manually installing artifacts - Maven 1

2010-02-21 Thread David Nemer
Hello Everyone, I'm using Maven 1 to build some projects, and it can't download a JAR. - Attempting to download jdom:jdom:b10:jar from http://repo1.maven.org/maven How do I manually install that to Maven 1? Thank you in advance -- David Nemer Sent from Saarbrucken, SL, Germany