Hi,
I'm sorry if I'm being dense, but this doesn't work for me - I'd
appreciate it if someone can give me a pointer?
I'm attempting virtually the same thing as MiST. I have a ${key} in an
html file, and I'm filtering this with the normal maven resource
filtering.
The war file that gets built contains my html file in two places: WEB-
INF\classes, where it is correctly filtered; and the gwt module
folder, where the file isn't filtered.
As far as I can tell, doing a warSourceExcludes (or packagingExcludes)
of .gwt-tmp/** only prevents that folder from being added to the war
file - useful, but it doesn't help with the filtering problem.
Any clues on this very appreciated! I'm using maven-war-plugin 2.1-
alpha-2, and maven-googlewebtoolkit2-plugin 2.0-beta19. (Replying to
thread at
http://groups.google.com/group/gwt-maven/browse_thread/thread/f34ee542f3f30e0b).
Thanks,
Andy.
On Oct 7, 8:40 am, MiSt <[EMAIL PROTECTED]> wrote:
> On Oct 2, 8:37 pm, Charlie Collins <[EMAIL PROTECTED]> wrote:
>
> > One more spam from me, I got this to work, would this suffice:
>
> > <plugin>
> > <groupId>org.apache.maven.plugins</groupId>
> > <artifactId>maven-war-plugin</artifactId>
> > <configuration>
> > <webXml>target/web.xml</webXml>
> > <warSourceExcludes>.gwt-tmp/**</
> > warSourceExcludes>
> > </configuration>
> > </plugin>
>
> This works for me.
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---