I have several folders in src/main/resources that need to be available
during the build (compile phase) but that I do not want added to the
generated war.  As far as I can tell the war plugin ignores requests
to exclude since they are in the standard resources folder (it seems
to only exclude if from custom folders).  So is there a way I can move
these out of resources and still make available when compiling?  Or am
I missing how to exclude from war?

Btw this is a GWT app so it's possible that the gwt-maven-plugin is
the one ignoring the configuration in the war to exclude these
folders.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to