How can I add all jar files from my lib folder to my maven project?
I have many maven projects packaged as Jar files and I need those projects that interact with each other to be available in my web project which is also a maven project.
I have many maven projects packaged as Jar files and I need those projects that interact with each other to be available in my web project which is also a maven project.