Eclipse (STS), Maven and maven-minify-plugin, can they work together?

拟墨画扇 提交于 2019-12-06 06:18:13
Pascal Thivent

The minify plugin is typically bound to the process-resources phase. Is this what you did?

Update: The plugin configuration looks fine (and this is confirmed by the fact that a command line build works as expected). Maybe check that you're calling process-resources inside Eclipse on resource changes. To do so, right-click on your project, then Properties > Maven > Lifecycle Mapping and find something equivalent to the capture below (I'm using M2Eclipse 0.10.0 so it might be different for you).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!