Hi m2e users

I understand well why m2e puts an Exclusion Filter=** on any resource directory to avoid a double copy of the resources, but I am building a DSL compiler for the "foobar" language and a maven plugin to activate this compiler under Maven.

As the "foobar" compiler produces java sources in the_target/generated-sources/foobar_ directory, m2e puts the Exclusion Filter=** and the generated java code is never compiled by Eclipse.

How can one indicates in the foobar-maven-plugin mojo to avoid adding the Exclusion Filter for the _target/generated-sources/foobar_ directory ?

Thank in advance for your help.

FA
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to