1

I am trying to follow this tutorial: http://crunchify.com/how-to-build-restful-service-with-java-using-jax-rs-and-jersey/

And in step 3, you're supposed to convert your project to a Maven project. However, the option Convert to Maven Project does not show at Right-click > Configure. I have installed Maven using apt-get. Is there any settings I have forgotten?

I am using Eclipse Indigo on Linux Ubuntu 12.04.

plukusnake
  • 11
  • 4

2 Answers2

0

You need the m2e plugin for eclipse. If you have installed it, you have to do a right klick on your project and there you will find the item configure.

questionaire
  • 2,475
  • 2
  • 14
  • 28
0

I don't know what went wrong on my first try. But when I re-installed Eclipse with plug-ins and such (as M2E), it worked.

plukusnake
  • 11
  • 4