Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what does the wtpversion mean in the Eclipse plugin?

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

like image 478
user496949 Avatar asked Mar 17 '11 01:03

user496949


1 Answers

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.

like image 100
Raghuram Avatar answered Nov 07 '22 21:11

Raghuram