On Fri, 2003-08-01 at 14:32, Mike Dougherty wrote: > 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.
Too bad, we get this complaint all the time. We've had thousands of downloads and imagine if we tried to accommodate everything users request for a different repository? We can't please everyone. > 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. Roll your own then, see how much fun you have. > 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? It could probably be done as a future feature possibly but the whole tenet of Maven is one of unification from one end of the process to the other. Gear primarly for new projects and those that are willing to put in the time up front to save an immense amount of grief. For some change you get everything that Maven has to offer. But Maven might not be for your development team. If you want to customize everything to suit your needs you might want to look at Centipede and you can use your existing Ant builds. > Thanks for your help, > Mike > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
