GWT-Maven doesn't overwrite anything, in fact, it doesn't put anything at ALL in the "warname" directory on it's own.
On Oct 2, 7:12 am, MiSt <[EMAIL PROTECTED]> wrote: > I know, but it looks like gwt maven plugin overwrites filtered > resources. > In target/classes file is filtered but in target/warname/ > gwtModuleName/ no. > > On 2 Paź, 11:55, "Mirko Nasato" <[EMAIL PROTECTED]> wrote: > > > AFAIK filtering is done by the standard maven-resources-plugin, not by > > gwt-maven. > > >http://maven.apache.org/plugins/maven-resources-plugin/examples/filte... > > > 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 -~----------~----~----~----~------~----~------~--~---
