Difference between revisions of "Eclipse (IDE)"
From Jtkwiki
Jump to navigationJump to search (Created page with "== General Resources == * [http://www.eclipse.org/ Eclipse site] * [http://www.vogella.de/articles/EclipseE4/article.html Eclipse e4 (Eclipse 4.2 Application Platform) - Tutoria...") |
m (moved Eclipse to Eclipse (IDE)) |
(No difference)
|
Latest revision as of 03:05, 6 January 2012
General Resources
Maven Integration
According to the Maven Eclipse Plugin page, the path to the local maven repository can be added to an eclipse workspace with
mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo
It's not quite clear to me what this does. Apparently, from then on, eclipse-specific project files can be generated with
mvn eclipse:eclipse
and then the project can be imported into the workspace.