how to add external jar to maven webapp project

后端 未结 7 787
清歌不尽
清歌不尽 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:23

    I recommend creating a "third party" repository in a Maven repository server such as Nexus or Artifactory, and uploading the jar to there. Even though that means putting the jar into Maven, at least with a repository server it is available to anyone who will be building your application.

    0 讨论(0)
提交回复
热议问题