Hi Experts,
I am writing a pom.xml for my project to build a jar file.
Now for my source to compile i need to set-up some dependencies which are my common libraries for my entire project at about 100 jar files.
All these common lib's i have in a single directory (CommonLib).
So is there any way where i can set dependencies all for these common lib's just by referring the directory name of common lib's rather than defining dependencies for each individual jar file.
Regards Gnash-85