Bill, Werner, Matthias, (and anyone else),

Do you have any more information on how you've gotten the mavenized
MyFaces to work with Eclipse 3.1.1?


So far, I've tried the process listed at the following url, but it
seems to be for creating new multiprojects.

http://maven.apache.org/guides/mini/guide-ide-eclipse.html


I've run the following command, but it appears to be a no-op, so I
manually added E:/maven/repository as an eclipse variable for M2_REPO,
and that works.

mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo


I've tried using the m2eclipse plugin, which seemed to help find
dependencies at one time, but now I'm not so sure if it really added
any value.

I've finally manually moved the api, impl, commons, tomahawk, and
sandbox directories directly into my workspace and created a new
project on top of them (which parsed the existing project), then
running "mvn eclipse:clean" and "mvn eclipse:eclipse" on each
directory while the project was closed.

This has gotten me working api, commons, and impl projects.   But it
failed to create .project files for tomahawk and sandbox.

-Mike

On 1/5/06, Bill Dudney <[EMAIL PROTECTED]> wrote:
> Hi Matthias,
>
> AFAIK there is no way to make a multi-module maven project into a
> single Eclipse project.
>
> I find though once I got over the initial irritation at the multi-
> project approach I did not mind so much. Make sure to use a working
> set so that you don't always have to look at the list of jar files.
>
> Another thing to take a look at is the Maven2 plugin for Eclipse.
> I've been using it for a couple of days and so far so good.

Reply via email to