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

using maven, what does the wtpversion mean in the Eclipse plugin?

share|improve this question

1 Answer

up vote 4 down vote accepted

wtp adds web application support to eclipse. If you want to develop Maven based web applications with Eclipse, you should rather use Eclipse m2eclipse plugin.

As for wtpversions, this link has a mapping of wtpversion and eclipse versions.

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.