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
.