Not that I'm aware of. You have to explicitly list each jar dependency. > -----Original Message----- > From: jeff mutonho [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 12:15 PM > To: Maven Users List > Subject: Jars from the same repository location > > > 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> > > > jeff mutonho > > > > > > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
