且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 Eclipse 部署 GWT maven 项目部署 webapp 目录而不是目标/项目目录

更新时间:2022-11-29 15:54:27

为了解决这个问题,我必须编辑我的项目部署程序集属性并将路径添加到目标/我的项目目录.执行此操作后,wtp 将我生成的项目的内容复制到 wtpwebapps/myproject 目录中.

To fix this problem I had to edit my projects Deployment Assembly properties and add the path to the target/myproject directory. After doing this wtp copied the contents of my generated project to the wtpwebapps/myproject directory.