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]
