开发者

Maven properties in gwt.xml

开发者 https://www.devze.com 2023-01-05 23:01 出处:网络
How do I use a Maven properties from pom.xml in 开发者_如何学JAVAmy.gwt.xml?What you want is Maven\'s Resource filtering to replace wildcards in the xml file with settings in a properties file.

How do I use a Maven properties from pom.xml in 开发者_如何学JAVAmy.gwt.xml?


What you want is Maven's Resource filtering to replace wildcards in the xml file with settings in a properties file.

There are likely a dozen questions about resource filtering here if you need more information.

0

精彩评论

暂无评论...
验证码 换一张
取 消