Hi,
I am trying to specify multiple source locations for the compiler-plugin
(goal: test-compile). How do I accomplish that?
I have tried to set the compileSourceRoots in the configuration of the
compiler plugin:
<configuration>
<compileSourceRoots>src/test/main;src/test2/main</compileSourceRoots>
</configuration>
But I always get an error:
Cannot override read-only parameter: compileSourceRoots
Is there a different way by which I can set the property
project.testCompileSourceRoots
separately?
Thanks,
Alexander
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]