On 8/31/06, Andreas Guther <[EMAIL PROTECTED]> wrote:
To include files to the org.apache.maven.plugins compile process one has to specify those files in the configuration/includes section.
...
Is this a general behavior in Maven with the includes section or is this something specific to the compiler plug-in?
I think that's how it always works. In particular I've noticed that if you have any includes, then you have to also re-state the default of src/main/resources if you also want that included. (It can be important during a conversion when you may have things in both places.) Of course, moving all non-Java files to src/main/resources fixes this. :) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
