I’m trying to build a very simple Java SE project using Hibernate and MySQL and I would like to set up my project using Maven (inside Eclipse Juno). When I search for “Maven” in the marketplace there are 2 options:
- Maven Integration for Eclipse WTP (Incubation)
- Maven Integration for Eclipse
Are there any difference between those two?
the first is a component that lets m2e lifecycles work with the wtp process, the second is the actual integration with maven…I would be very surprised if you were you were able to install the first without the second.
imo, skip wtp all together