On Thu, Sep 11, 2008 at 10:20 AM, Peter Kriens <[EMAIL PROTECTED]> wrote:

> ...Overall, trying to use maven + Eclipse is a bit of a mess...

I agree, trying use the supposedly cool features of the current
Eclipse/Maven plugins did not work well for me either.

I went to back to working in a less integrated way, that still allows
me to take full advantage of both Maven and Eclipse:

-Define everything in the Maven pom (see [1] for a simple example of a
small pom-based bundle)
-Use mvn eclipse:eclipse to generate the Eclipse project files
-Don't do any compilation or building in Eclipse, and use remote
debugging instead of doing it in Eclipse

This gives me all the advantages of Eclipse for code writing and
debugging, and my Eclipse setups are throwaway, which is very useful
if you're working on several machines or in a team.

-Bertrand

[1] 
http://svn.apache.org/repos/asf/incubator/sling/trunk/samples/webloader/service/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to