Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven Dependency showing up as a folder inside Maven Dependencies folder

I have 2 projects. Both are Maven based Java projects. Project2 has Project1 as a dependency in it's pom.xml file, however when I look inside the Maven Dependencies folder in eclipse, I notice that Project1 shows up as a folder and not a jar. Any idea why this is the case?

like image 902
arabian_albert Avatar asked Mar 09 '16 08:03

arabian_albert


1 Answers

m2eclipse offers the feature of resolving dependencies in the workspace. This can be disabled in the Maven popup menu on the project.

Maven -> Disable Workspace Resolution
like image 89
J Fabian Meier Avatar answered Sep 22 '22 12:09

J Fabian Meier