RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
] Sent: Monday, November 14, 2005 1:47 PM To: Maven Users List Subject: Re: M1 to M2 repository problem You created this file? It should ignore it if it does not successfully parse... are you using Maven 2.0 final, or an earlier release (see m2 -v). - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTEC

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
the jars, it keeps > > looking for the file with the pom extension under /poms instead of the > > downloading jar extension under /jar. Do you mean that I cannot download > jars at all in M2? > > > > -Original Message- > > From: Brett Porter [mailto:[EMAIL PROTECT

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
at I cannot download jars at all in M2? > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 14, 2005 1:08 PM > To: Maven Users List > Subject: Re: M1 to M2 repository problem > > Right. It will be fixed in 2.0.1 and the workaround is to

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
ist Subject: Re: M1 to M2 repository problem No, that's not what I mean. You keep saying /jar instead of /jars which you originally said. It sohuld be /jars. Are you using a working m1 repository? Can you post the actual error you get? - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTE

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
t; > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 14, 2005 1:08 PM > To: Maven Users List > Subject: Re: M1 to M2 repository problem > > Right. It will be fixed in 2.0.1 and the workaround is to create a dummy > pom. > > On 11/

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 14, 2005 1:08 PM To: Maven Users List Subject: Re: M1 to M2 repository problem Right. It will be fixed in 2.0.1 and the workaround is to create a dummy pom. On 11/14/05, Ashley Hurkoo <[EMAIL PROTEC

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
epository/) > > > I want it to download from: > > file://J:/maven/repository//webraska/jar/sgp-ols-3.0.4.jar > > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 14, 2005 12:42 PM > To: Maven Users List > Subje

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
List Subject: Re: M1 to M2 repository problem I assume you are already using the legacy layout and just want to ignore the missing poms. This is a bug that will be addressed in 2.0.1 - the only workaround is to create a dummy pom file. - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]>

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
I assume you are already using the legacy layout and just want to ignore the missing poms. This is a bug that will be addressed in 2.0.1 - the only workaround is to create a dummy pom file. - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote: > In M1 I usually used the repository path to

M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
In M1 I usually used the repository path to be http://www.ibiblio.org/maven Then m1 would get the jars(e.g.) from http://www.ibiblio.org/maven/ant-contrib/jars/ I still want to keep the same path for M2 and I am still using jar not pom. Everytime I run mvn install, M2 downloads stuff from http:/