[ http://jira.codehaus.org/browse/MPTEST-69?page=all ]
Lukas Theussl closed MPTEST-69. ------------------------------- Assignee: Lukas Theussl Resolution: Fixed Patch applied. Thanks! > New properties to configure compiler for test classes, defaulting to java > compiler properties. > ---------------------------------------------------------------------------------------------- > > Key: MPTEST-69 > URL: http://jira.codehaus.org/browse/MPTEST-69 > Project: maven-test-plugin > Issue Type: Sub-task > Affects Versions: 1.8 > Reporter: nicolas de loof > Assigned To: Lukas Theussl > Priority: Trivial > Fix For: 1.8.1 > > Attachments: MPTEST-67.patch > > > 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} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira