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

后端 未结 5 1245
挽巷
挽巷 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:59

    Not having tried this one before so it may not work, can you change the scope to compile?

    
       sourceforge.net
       zipdiff
       0.4
       compile
       C:/gelcap/lib/zipdiff-0.4.jar
    
    

提交回复
热议问题