Not clear from your original post (to me at least) if you don't like the maven repository layout, or if you simply want all of your local dependencies to be located in a lib/ dir, using your own naming conventions.
If the latter, you could create a goal in maven.xml to copy all of your dependencies from the local maven repository to lib/ so they conform to your existing layout. In general, maven plugins won't be able to refer to these copied jars - this approach is probably only useful if you are running a parallel build (based on ANT for example) -Tim > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, 4 August 2003 11:13 AM > To: Maven Users List > Subject: Re: Downloading dependencies > > > Mike, > > cant you set up a redirect on the web server? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > Mike Dougherty <[EMAIL PROTECTED]> wrote on 02/08/2003 04:32:25 AM: > > > On Fri, 2003-08-01 at 11:20, Jason van Zyl wrote: > > On Fri, 2003-08-01 at 12:45, Mike Dougherty wrote: > > > I am trying to get my dependencies setup in my project file. However, > > > I can't seem to figure out how to tell Maven to NOT insert > > > "<groupID>/jars" into the path. Looking at the error below what I want > > > is for the "mars_taglib.jar" file to be downloaded from > > > "http://convair.xifin.com/jars/mars_taglib.jar" and placed in > > > "lib/mars_taglib.jar". Is this possible? If so how? > > > > You don't you put it where Maven expects it. The user guide clearly > > explains where to put the JARs. > > > > Because we have a structure in place which we have been using for 4+ > > years since this project's inception and 30+ developers that don't > > take kindly to change. The structure will remain as it is. If > > Maven's dependency checking can't be adapted to fit our project then > > we will not be able to use this feature of Maven. > > > > So if I can't actually use the dependency download feature I would > > still like to use to documentation portion. Is there a way I can > > have the goal/build continue even if the file wasn't able to be > > downloaded or wasn't on disk? > > > > Thanks for your help, > > Mike > > > > > > > > > -- > > Mike Dougherty > > Sr. Software Engineer | [EMAIL PROTECTED] > > XIFIN, Inc. | http://www.xifin.com > > Ph: 858.793.5700 | Fax: 858.793.5701 > > Fingerprint: 29DE DC92 822E B6F0 6A66 BCB8 8FE2 C562 7FB2 B342 > > > > > > [attachment "signature.asc" deleted by dIon Gillard/Multitask > Consulting/AU] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
