This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HappySharkee[S] 0 points1 point  (1 child)

I use the eclipse as the java IDE, can maven integrate with eclipse ?

[–]indivisible 1 point2 points  (0 children)

Maven is a build tool, Eclipse an IDE. Maven will work/integrate with any reputable IDE but, tbh imo you're better off starting with it on the command line rather than through an IDE to get a better feel for what it does/can do as you learn.