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 |
n/a |
|
|
Ability to cancel Maven builds |
n/a |
|
|
Automatic Eclipse classpath synchronized with Maven POM |
n/a |
|
|
Resolving dependencies from Eclipse Workspace |
|
|
|
Automatic downloading of project dependencies when POM changed |
|
|
|
Automatic downloading of dependency sources |
|
|
|
Dependency graph |
n/a |
|
|
Dependency analysis (explain what analysis mean) |
CLI [1] |
|
|
New Maven 2 project wizard using archetypes |
CLI |
|
|
Import of Maven 2 projects |
n/a |
|
|
Maven 2 projects checked out from VCS imported correctly (explain what does this mean) |
|
|
|
Quick search dependencies on Central Maven repo |
n/a |
|
|
Quick Add dependency to POM |
n/a |
|
|
Quick Fix in Java editor for missing dependencies |
n/a |
|
|
Basic integration with Subclipse (checkout from SVN Repositories) |
n/a |
|
|
Basic integration with Mylyn |
n/a |
|
|
Basic integration with WTP |
|
|
|
[1] maven-dependency-plugin provides number of golas that can be used for extensive dependency analysis
[2] m2eclipse Mylyn integration provides automatic project linking with issue trackers based on the Maven metadata
[3] m2eclipse WTP integration provides automatic dependency management for WTP projects
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
