eclipse maven工程加上参数-Dwtpversion=2.0就能够支持eclipse识别这个web工程。

 

To convert the Maven web project to support Eclipse IDE, in terminal, navigate to “CounterWebAPp” folder, issue this command :

mvn eclipse:eclipse -Dwtpversion=2.0

You must add the -Dwtpversion=2.0 argument to make it as a Eclipse web project. Imports it into Eclipse IDE, a globe icon on top of project, means this is a web project in Eclipse.

 

maven eclipse web工程支持参数

相关文章:

  • 2021-08-13
  • 2021-07-15
  • 2021-09-07
  • 2021-08-03
  • 2021-08-04
  • 2021-07-30
  • 2022-01-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
相关资源
相似解决方案