well, I suppose the question was if configuring just the testCompile
execution doesn't work.
I suppose having a general config at sourcelevel 1.4 and then specific
one for testCompile execution shall work.
...maven-compiler-plugin...
<executions>
<execution>
<id>xxx</id>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
1.5
</configuration>
<execution>
....
<configuration>
1.4
</configuration>
Milos
On Sun, Oct 19, 2008 at 10:03 PM, Oleg Gusakov
<[EMAIL PROTECTED]> wrote:
> This exactly the proposal - use test-specific settings to enable
> source/target, different from compile mojo. So that if nothing is configured
> - it's all the same, if testSource/testTarget is set - use them for
> testCompile only.
>
> � wrote:
>>
>> Hi,
>>
>> We are also interesting for a such feature.
>> I just wonder if it is not possible to use the testCompile goal for that ?
>>
>> Thanks,
>>
>> R�my
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>