Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.1
-
Labels:None
-
Number of attachments :
Description
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}
Patch applied. Thanks!