AFAIK filtering is done by the standard maven-resources-plugin, not by gwt-maven.
http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html Cheers Mirko 2008/10/2 MiSt <[EMAIL PROTECTED]> > > I have ${project.version} in my host html page and I want maven to > replace this variable so I've put > <resource> > <filtering>true</filtering> > <directory>src/main/resources</directory> > </resource> > > In pom.xml > It did work with some older version od gwt maven plugin but with beta > 23 it doesn't work. > > How can I filter gwt module public resources ? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
