Confusion: m2 dependancy download

2006-06-28 Thread Graham Leggett
Hi all, I am trying to use maven2 to build an existing ant based project, and am trying to get the dependancies right. Some of the jars we need are not published on ibilio, and so we have installed them locally using mvn install:install-file. The trouble is, our build still fails like so:

Re: Confusion: m2 dependancy download

2006-06-28 Thread Tomasz Pik
On 6/28/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, I am trying to use maven2 to build an existing ant based project, and am trying to get the dependancies right. Some of the jars we need are not published on ibilio, and so we have installed them locally using mvn install:install-file.

Re: Confusion: m2 dependancy download

2006-06-28 Thread Graham Leggett
On Wed, June 28, 2006 3:41 pm, Tomasz Pik wrote: Why is maven2 trying to read the metadata file, when the jar file is already present? To find out, if there are also dependencies, that needs to be downloaded and so on. But the dependancy in question was installed manually by a human using

Re: Confusion: m2 dependancy download

2006-06-28 Thread Roland Asmann
On Wednesday 28 June 2006 15:41, Tomasz Pik wrote: On 6/28/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, I am trying to use maven2 to build an existing ant based project, and am trying to get the dependancies right. Some of the jars we need are not published on ibilio, and so we

Re: Confusion: m2 dependancy download

2006-06-28 Thread Roland Asmann
On Wednesday 28 June 2006 16:03, Graham Leggett wrote: On Wed, June 28, 2006 3:41 pm, Tomasz Pik wrote: Why is maven2 trying to read the metadata file, when the jar file is already present? To find out, if there are also dependencies, that needs to be downloaded and so on. But the

Re: Confusion: m2 dependancy download

2006-06-28 Thread Graham Leggett
On Wed, June 28, 2006 4:29 pm, Roland Asmann wrote: Use -DgeneratePom=true. This option has apparantly been set to false per default (used to be true in the 2.0.2 release...) Was there a reason for this change? Can it be changed back? I have been trying to convert a legacy ant project

Re: Confusion: m2 dependancy download

2006-06-28 Thread Roland Asmann
Dunno... Don't ask me! ;-) Roland On Wednesday 28 June 2006 16:35, Graham Leggett wrote: On Wed, June 28, 2006 4:29 pm, Roland Asmann wrote: Use -DgeneratePom=true. This option has apparantly been set to false per default (used to be true in the 2.0.2 release...) Was there a reason