One of the users requested a separate source/target configuration for
test compiler for the reason of running junit4 tests and yet being java
1.4 in the main classes.
It's a trivial change in the compiler plugin, but I decided to ask here
before changing it.
The proposed change - add two configuration parameters:
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testSource>1.5</testSource>
<testTarget>1.5</testTarget>
</configuration>
</plugin>
Please let me know if it breaks anything. Please also indicate if you
need more separation (like memory, etc)?
Thanks,
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]