I have a Java project using Maven. In my project I have a folder called libs
that contains all the JARs that I can't load from internet/external repository.
My issue is how to specify to Maven to include those JARs during packaging, building etc.?
New to Maven, sorry if it is a stupid question.
EDIT : I have an automatic tool that will look up at my pom.xml
on my Git to build & deploy my project on different environments. So adding it in local Maven repo, as suggested here will not help since it will work only on my PC. If I add a libs
folder with my JARs it will work wherever I am.
Ask me in comments if it's not clear or if I'm mistaken.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…