Convert Existing Eclipse Project to Maven Project
Posted
by Tom G
on Stack Overflow
See other posts from Stack Overflow
or by Tom G
Published on 2010-03-15T18:23:15Z
Indexed on
2010/03/15
18:29 UTC
Read the original article
Hit count: 312
For a project at work, we're considering using the Maven plugin for Eclipse to automate our builds. Right now the procedure is far more complicated than it ought to be, and we're hoping that Maven will simplify things to a one-click build.
My question is, is there a wizard or automatic importer for converting an existing Eclipse Java project to a Maven project, using the Maven plugin? Or should I create a new Maven project and manually copy over all source files, libs, etc.
© Stack Overflow or respective owner