idea web项目maven打包发布到服务器
自己手动建的项目,目录结构如下:
- 出现的问题:
maven 打包install,出现如下bug,说明文件目录结构有问题。
[INFO] skip non existing resourceDirectory D:\my\tao\MyInteresting\src\main\resources
调整结构如下:
这样maven打包正确,通过。
自己手动建的项目,目录结构如下:
maven 打包install,出现如下bug,说明文件目录结构有问题。
[INFO] skip non existing resourceDirectory D:\my\tao\MyInteresting\src\main\resources
调整结构如下:
这样maven打包正确,通过。