Anything to do with Eclipse and Maven Integration.
Including, but not limited to:
- Maven user's perspective: setting up an Eclipse Project derived from Maven's pom.xml
- Maven developer's perspective: debugging Maven in Eclipse
- Eclipse developer 's perspective: creating Eclipse artifacts (plugins, fragments, features, products, update sites, etc) via Maven
And any discussions needed to work out the design of how to get all this done and work with existing communities to pull this all together
see also: mevenide2-netbeans, maven-idea-plugin, Idea integration, ...
Maven user
These plugins provide varying levels of support Maven Integration into Eclipse Workbench
|
Maven Integration for Eclipse (m2eclipse) |
||
|---|---|---|---|
Project info |
|
|
|
releases |
12/2005 - 2.0 |
05/2006 - 0.0.9 |
08/2007 - 0.2.0 |
Open Source, License |
|
|
|
Mailing lists |
Maven lists (no dedicated ones) |
||
issue tracking |
Jira MECLIPSE |
Jira MNGECLIPSE |
|
wiki |
|
||
Maven version |
any |
2.1-SNAPSHOT |
2.1-SNAPSHOT |
hosting |
|||
Features |
|
|
|
running Maven goals from the IDE |
|
|
|
Ability to cancel Maven builds |
n/a |
|
|
Automatic Eclipse classpath synchronized with Maven POM |
|
|
|
Resolving dependencies from Eclipse Workspace |
|
|
|
Automatic downloading of project dependencies |
|
|
|
Automatic downloading of dependencies sources |
|
|
|
Dependency graph |
|
|
|
Dependency analysis (how analysis is different from graph?) |
|
|
|
New Maven 2 project wizard using archetypes |
|
|
|
Import of pom projects |
|
|
|
Import of Maven 2 projects |
n/a |
|
|
Maven 2 projects checked out from VCS imported correctly (what does this mean?) |
|
|
|
Quick search dependencies on Central Maven repo |
|
|
|
Quick Add dependency to POM |
|
|
|
Quick Fix in Java editor for missing dependencies |
|
|
|
[1] maven-dependency-plugin provides number of golas that can be used for extensive dependency analysis
Maven developer
TODO: howto debug Maven from Eclipse
Eclipse developer
see this article: http://www.eclipse.org/articles/article.php?file=Article-Eclipse-and-Maven2/index.html
These plugins provide varying levels of support for building Eclipse artifacts with Maven
- OSGi stuff (deprecated)
- pde maven plugin: http://mojo.codehaus.org/pde-maven-plugin/
Other (or to be categorized)
- Felix bundle
