importing multiple project(maven2) into eclipse

danjae

New Member
I have a giant project that consists of multiple projects (>100).They are all configured to be compiled using maven2.Using maven 2 on the commandline works well but I want to import these projects into eclipse.I have installed the following plug-ins:
  • JRebel m2eclipse integration(experimental)
  • m2e connector for mavenarchiver pom properties
  • m2e connector for modello
  • M2E lifecycle configuration for the Axistools Maven Plugin
  • Maven Integration for WTP
  • Multi Project Import/Export
As I'm totally green working with eclipse and Maven. I have just worked blindly (trial and error) and feel like lightyears from success.The main problem is all unresolvable imports I get and I'm sure that it must be a way to solve it without to much effort as it works if you run it from the commandline using maven directly.Using eclipse 3.7.Would be happy if someone could help me by giving some clues how to import maven projects into eclipse.
 
Back
Top