Software Development, Agile Practices, Lean Thinking, Music
[ start | index | login or register ]
start > Maven and Eclipse

Maven and Eclipse

Created by brandon. Last edited by brandon, 4 years and 303 days ago. Viewed 226 times. #3
[diff] [history] [edit] [rdf]
labels
attachments

Passive IDE Integration

  • Generate Eclipse project workspace settings from Maven and then load them from Eclipse. This approach is less integrated to the IDE and is one directional. To add a new dependency to your project, add it to the POM and then regenerate/load.
  • From the command line or as an Eclipse external tool:
mvn eclipse:eclipse

Active IDE Integration

  • Install the m2eclipse Eclipse plugin that will add Maven support to an Eclipse project. Keeps the POM updated automatically when dependencies are modified.
  • >>http://m2eclipse.codehaus.org
no comments | post comment
Describe here what your SnipSnap is about!

Configure this box!

  1. Login in
  2. Click here: snipsnap-portlet-2
  3. Edit this box
www.brandonburk.com | Copyright 2008 Brandon N. Burk