Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do you know if a project is maven project in eclipse?

Tags:

maven

If I check out a project which i have not created or worked on from svn server in eclipse. What would be the way to identify it is a maven project?

like image 581
DaeYoung Avatar asked Mar 19 '23 10:03

DaeYoung


1 Answers

If it has pom.XML file in the root directory, it's maven

like image 165
D Volsky Avatar answered Apr 26 '23 19:04

D Volsky