Maven 1.x Test Plugin

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

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.8
  • Fix Version/s: 1.8.1
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    1

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}

Activity

Hide
Lukas Theussl added a comment -

Patch applied. Thanks!

Show
Lukas Theussl added a comment - Patch applied. Thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: