| Article: |
Maven 2.0: Compile, Test, Run, Deploy, and More | |
| Subject: | Eclipse integration | |
| Date: | 2006-04-05 00:33:28 | |
| From: | Rutul | |
|
Response to: Eclipse integration
|
||
|
I also face the same problem. But now come across with the new plugin offerred by Codehaus. You can check that from http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html |
||
Showing messages 1 through 1 of 1.
-
Eclipse integration
2006-04-18 14:20:41 mojavelinux [View]



The Maven 2.x plugin for eclipse is really interesting because it includes the Maven dependencies as a library set, so if the pom file updates (and eclipse refreshes the resource), the library is automatically updated. There is no need for any copying of jar files at all.
The situation with eclipse is not pretty right now, though. The eclipse:eclipse goal didn't initially anticipate the arrival of the eclipse plugin, so it takes some tweaking if you want to use both.