문제

In one article I have seen this instruction to convert a Maven project to a dynamic web Eclipse project:

mvn eclipse:eclipse -Dwtpversion=1.5

So, what does it mean wtpversion and its value 1.5? What wtpversion value should I use with Eclipse Indigo and jdk 1.7.0?

도움이 되었습니까?

해결책

WTP adds web application support to Eclipse. You should use WTP version 2.0

mvn eclipse:eclipse -Dwtpversion=2.0
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top