Sure, place them in src/webapp/WEB-INF/lib, and list them as dependencies in your project.xml. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au
"Daniel Kehoe" <[EMAIL PROTECTED]> wrote on 09/02/2003 06:15:49 PM: > > Daniel Kehoe wrote: > > >src/webapp/WEB-INF/lib > > >I'd like needed jars to be picked up from there. > > On Sun, 09 Feb 2003 13:33:57 +1000, "Ben Walding" <[EMAIL PROTECTED]> said: > > Normally, you leave maven.lib.repo alone. Unless you WEB-INF/lib is in > > the same structure as the repository, then it won't do what you want. > > I realize an advantage of maven is the common repository. But I'd like to > make maven optional for developers who build my app. I'll use maven > because it can run junit and build site documents. Not everyone will > install maven just to build my app. I already have a bullet-proof ant > script that compiles and installs using the jars in > src/webapp/WEB-INF/lib. > > Is there no possibility for obtaining jars from src/webapp/WEB-INF/lib? > That way I can use either ant or maven with the same directory layout. > -- > Daniel > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ForwardSourceID:NT000AEEB6 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
