Local jars are not included in class path (`system`)

后端 未结 5 1244
挽巷
挽巷 2020-12-03 16:11

I am trying to build my application using maven and eclipse. I have dependencies on 3rd party jars which are on my local machine. here is my pom.xml



        
5条回答
  •  渐次进展
    2020-12-03 16:45

    Try installing the jars to your local repository. That when when it's build time there shouldn't be a difference between your local jars and jars in the greater repositories.

提交回复
热议问题