Maven Quick-start Guide
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-04-22T15:11:40Z
Indexed on
2010/04/22
15:13 UTC
Read the original article
Hit count: 240
I'm tasked with getting a development environment set up for a new program at work. The lead has chosen Eclipse as the IDE for its OSGi support and Maven as the build utility.
I've struggled through getting Maven integrated with Eclipse and I'm grudgingly declaring success and moving forward.
My question: is there any sort of guide to getting started with Maven? I've found boatloads of documentation, most all of it very, very detailed and simultaneously unhelpful. I downloaded a 300+ page book that goes into excruciating detail about POMs, but doesn't tell you how to initialize a project from existing source.
Hopefully, this question will result in a pointer to something I missed or a collection of links for those who follow me.
© Stack Overflow or respective owner