On Wed, 18 Aug 2004 04:15:11 -0700 (PDT), jeff mutonho <[EMAIL PROTECTED]> wrote: > Hi > I'm trying to build a project that uses a lot of IBM jars and these jars are all in > one directory.Is there a way of telling Maven to look in that folder for all the > required jars , without having to do the following for the required jars : > <dependency> > <groupId>ibm</groupId> > <artifactId>j2ee</artifactId> > <version>1.0</version> > <jar>j2ee.jar</jar> > > <groupId>ibm</groupId> > <artifactId>ras</artifactId> > <version>1.0</version> > <jar>ras.jar</jar> > </dependency>
No there's not. We have the same thing with WebSphere Apps, and the list of IBM jars is actually not that many. -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
