Maven plugins (generally) automatically add the generated-sources directory(ies) to the compile root(s).
If you're running an external Ant process to create your sources, then I'd expect you will need to manually add these directories with the build-helper plugin, as you suggested. Wayne On 7/31/06, Alexis Midon <[EMAIL PROTECTED]> wrote:
Hi all, during the generate-sources, an ant task generates a source file. I'd like to know if the source files under generated-sources are automacilly included is the compilation? or should I use the build-helper:add-source ? thanks in advance, Alexis
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
