Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: howto import the maven project in eclipse

...

You can either use IDEA or Eclipse, I tried it with Eclipse so I guess I am going to stick it for now. <TODO>
To generate project files ready to import in the IDE use:

Code Block

mvn eclipse:eclipse
or
mvn idea:idea

For eclipse you have to set the M2_REPO variable to your repository that should be at ~/m2/repository.

Using the component that you created

...