Maven, how to add additional libs not available in repo
Posted
by wuntee
on Stack Overflow
See other posts from Stack Overflow
or by wuntee
Published on 2010-03-19T16:50:10Z
Indexed on
2010/03/19
16:51 UTC
Read the original article
Hit count: 137
I have a maven project that has a set of library dependancies that are not available via any maven repository. How can I add those libraries to the pom? I want to do this so when I run 'mvn eclipse:eclipse' it doesnt remove those libraries from the eclipse classpath.
© Stack Overflow or respective owner