Issue Details (XML | Word | Printable)

Key: MPTEST-69
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Lukas Theussl
Reporter: nicolas de loof
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Test Plugin
MPTEST-67

New properties to configure compiler for test classes, defaulting to java compiler properties.

Created: 01/Aug/06 10:26 AM   Updated: 06/Nov/06 09:00 AM
Component/s: None
Affects Version/s: 1.8
Fix Version/s: 1.8.1

Time Tracking:
Not Specified

File Attachments: 1. Text File MPTEST-67.patch (5 kB)



 Description  « Hide
Add new properties to configure the compiler for test classes without impact to the main classes compiler.
Defaults to java compiler so that projects that does not require different configs doesn not have to duplicate properties.

+maven.test.compile.compilerargs = ${maven.compile.compilerargs}
+maven.test.compile.encoding = ${maven.compile.encoding}
+maven.test.compile.executable = ${maven.compile.executable}
+maven.test.compile.fork = ${maven.compile.fork}
+maven.test.compile.source = ${maven.compile.source}
+maven.test.compile.target = ${maven.compile.target}
+maven.test.compile.verbose = ${maven.compile.verbose}



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Lukas Theussl added a comment - 06/Nov/06 09:00 AM
Patch applied. Thanks!