You also could give it a try to q4E: http://code.google.com/p/q4e/

It has a lot of very nice features...

M2Eclipse and q4E have both very nice features...

And both have their projects at Eclipse:
http://www.eclipse.org/proposals/m2e/
http://www.eclipse.org/proposals/iam/

And they both have approved projects
http://www.eclipse.org/m2e/
http://www.eclipse.org/iam/

I wonder why the Eclipse Foundation guys didn't merge both projects...



On Fri, Sep 19, 2008 at 4:00 PM, David C. Hicks <[EMAIL PROTECTED]> wrote:

> Thanks for the tips, guys. I had forgotten about the m2eclipse plugin. It's
> been too long since I was in a real project. :-)
> I guess m2eclipse has come a little further since I last looked at it -
> probably 2 years?
> Thanks again,
> Dave
>
>
>
> Stevo Slavic' wrote:
>
>> Hello David,
>>
>> Just as Klaus said, use m2eclipse plugin. After installing it, I'd first
>> manually create a folder in eclipse workspace, named as your root maven
>> project artifactId, then copy root POM and rest of the project structure
>> you've created into that new folder. Finally, with m2eclipse plugin you
>> could just "File-->Import...-->General-->Maven Projects" and select/browse
>> to newly created folder, leaving m2eclipse do the rest.
>>
>> Regards,
>> Stevo.
>>
>> On Fri, Sep 19, 2008 at 11:24 PM, Klaus <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>> Have a look at http://m2eclipse.codehaus.org . It's a eclipse plugin
>>> that
>>> updates the project settings according to the setting in the pom.xml. No
>>> (re)generate of eclipse-project files, no problem with new source
>>> folders..
>>>
>>> klaus
>>>
>>> On Fri, Sep 19, 2008 at 11:17 PM, David C. Hicks <[EMAIL PROTECTED]>
>>> wrote:
>>>
>>>
>>>
>>>> I'm beginning a new, fairly large, project.  Eclipse will be our
>>>> development platform, but I've already set up the starting point in
>>>>
>>>>
>>> Maven.
>>>
>>>
>>>>  Simple enough.  Now, my question is, how can I keep them in sync,
>>>>
>>>>
>>> easily?
>>>
>>>
>>>>  I realize that it's best to re-run "mvn eclipse:eclipse" after adding
>>>> dependencies, but what about source folders?  I need to add new source
>>>> folders, but Maven doesn't know anything about that, so the next time I
>>>> re-generate the .project/.classpath files, it'll revert back to those
>>>> folders not being "source" folders.
>>>>
>>>> Any help how to make this behave?
>>>> Thanks,
>>>> Dave
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 

(o_ \*
/ / ) |

/ \ /
| O |
v v ....

Reply via email to