how to add external jar to maven webapp project

后端 未结 7 800
清歌不尽
清歌不尽 2020-12-31 12:26

I have a Spring roo project (basically a maven project). I want to add dropbox sdk to the project, problem is it\'s not in maven. I added the following files



        
7条回答
  •  再見小時候
    2020-12-31 13:22

    I know I am really late but I was wondering on why you would not put in the jar in the local repo in the .m2 file and add a reference to the pom from there ?

提交回复
热议问题