branni
branni

Reputation: 21

Maven properties in gwt.xml

How do I use a Maven properties from pom.xml in my.gwt.xml?

Upvotes: 2

Views: 600

Answers (1)

sal
sal

Reputation: 23623

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.

Upvotes: 1

Related Questions