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!