Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have installed Maven integration in my Eclipse Helios.

In Eclipse, I know how to create a RESTful Jersey project (dynamic web project) without using Maven.

But I do not know how to create a Maven based RESTful Jersey project (Maven based Dynamic web project) in Eclipse after I installed Maven integration.

Can someone tell me how to create a Maven based RESTful Jersey project (or Dynamic Web project) in Eclipse?

File->New->Project->Maven->Maven project...then????

share|improve this question

1 Answer

create a faceted project and choose dynamic web project, java,.... When the project ready do: right click, maven, enable dependency management.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.