Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Converting Eclipse Java Project to Maven Project

Revision as of 23:07, 6 November 2008 by Agramirez.exist.com (Talk | contribs)

Using Integration for Apache Maven (IAM)plugin, you can immediately convert existing eclipse java project to maven project.

Just right click on the java project and click "Convert to Maven Project" in the pop-up menu.



Proposed Enhancements

Usability/User Interface:

 - Use the wizard interface, to simplify the UI
 - Place the Convert to maven project option in the Maven menu
 - Some fields have rounded corners in the mac, which is used only for search/filter input boxes.

New features:

 - Provide assistance when replacing libraries with dependencies. Using the MD5 of the jar file to look it up on the indexes or in remote services in repositories like Archiva.
 - Provide autocompletion based on known groupIds (use existing indexes)
 - Relocate existing source folders to match maven conventions

Back to the top