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 PROTECTED]> wrote: > Ok, I have created a dummy pom. M2 is only downloading the dummy pom and > nothing else. But I still cannot download 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 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 PROTECTED]> wrote: > > I am using the legacy layout but I do not want to get the pom at all. > > > > This is what I am trying to do: > > > > > > -------------------- > > <dependency> > > <groupId>webraska</groupId> > > <artifactId>sgp-ols</artifactId> > > <version>3.0.4</version> > > <type>jar</type> > > </dependency> > > > > -------------------- > > > > This is what it does: mvn install > > > > Downloading: > > file://J:/maven/repository//webraska/poms/sgp-ols-3.0.4.pom > > [WARNING] Unable to get resource from repository J Drive > > (file://J:/maven/repository/) > > > > > > 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 > > 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]> wrote: > > > 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://www.ibiblio.org/maven/ant-contrib/pom/ and looking For files > > > using the pom extension. I still want it to look for jars in > > > http://www.ibiblio.org/maven/ant-contrib/jars/ . > > > > > > How do I do that? > > > > > > Thanks > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
