我有一个maven gwt项目,我正在使用ClientBundle在项目中打包我的图像资源.我想把图像/src/main/resources放在maven中,而不是src/main/java/com/mycompany/myproject/client像gwt想要的那样.
/src/main/resources
src/main/java/com/mycompany/myproject/client
有什么办法可以实现吗?
谢谢你,萨米
gwt maven-2
gwt ×1
maven-2 ×1