How to tell Maven to include the jar dependency, not the subproject source directory in Eclipse?

后端 未结 6 1480
情歌与酒
情歌与酒 2021-02-13 11:11

I use Apache Maven to manage my Java libs (jar) and some of projects that use the libs. For convinience, I use mvn eclipse:eclipse to generate Eclipse project f

6条回答
  •  故里飘歌
    2021-02-13 11:56

    I tried closing the project in eclipse & the workspace just built itself, this time taking the jar from the repository instead of linking the project

提交回复
热议问题