You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Nemer <da...@gmail.com> on 2010/03/11 22:53:33 UTC

Re: Manually installing artifacts - Maven 1

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:
- xerces:xerces:2.6.2:jar

I went to maven jar repository and they don't have a xerces 2.6.2 to
download.. is there a place that I can download it and could satisfy this
dependency?

Thank you in advance

Cheers,
--
David Nemer


On Sun, Feb 21, 2010 at 10:58 PM, Siegfried Goeschl <
siegfried.goeschl@it20one.at> wrote:

> 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 week to replacmy M1 build with M2 ... ;-)
>
> Wayne Fay wrote:
> >> 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-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Manually installing artifacts - Maven 1

Posted by Wayne Fay <wa...@gmail.com>.
> 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 unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Manually installing artifacts - Maven 1

Posted by David Nemer <da...@gmail.com>.
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 <wa...@gmail.com> wrote:

> > 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-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Manually installing artifacts - Maven 1

Posted by Wayne Fay <wa...@gmail.com>.
> 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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org