I have the lib folder under root of my maven project which contains many jar files.
How we can add this one folder all alone under pom.xml
As a temporary solution i have added each jars as dependency but my pom.xml is huge now.
How can it be done so that just one folder {lib} is considered for dependencies
5