That is not possible... in pom.xml.
However, plugins that generate sources add their outputDirectory to
compileSourceRoots so that the compiler plugin will be able to compile
them along with project.build.sourceDirectory.
You might want to take a look at source generating plugins to see how
that works.
[EMAIL PROTECTED] wrote:
Hi guys,
one of my dev teams uses the multiple source folder functionnality of
Eclipse (in a single project). That is, they have a project that looks
like:
MyProject
+ src_1
+ ...java packages and files...
+ src_2
+ ...java packages and files...
I've just seen that there's a "compileSourceRoots" property for the
compiler plugin, but it is read-only. How is it possible then to put the
source roots "src_1" and "src_2" in this property?
Thanks for your help!
Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91 - [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]