Issue Details (XML | Word | Printable)

Key: MPTEST-1
Type: Improvement Improvement
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Eric Berenguier
Votes: 1
Watchers: 2
Operations

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

Choose JDK used to run unit tests?

Created: 27/Nov/03 04:50 AM   Updated: 23/Mar/06 01:53 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8

Time Tracking:
Not Specified

File Attachments: 1. File maven-test-junit-patch.diff (3 kB)

Issue Links:
Supercedes
 


 Description  « Hide
Maven does not allow to choose which JVM to be used to run unit tests, even if the underlying junit ant task allows it (jvm attribute).

This is useful if you want to run your tests in a different JVM version than the one used to run maven.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Eric Berenguier added a comment - 27/Nov/03 05:02 AM
This patch solves this issue. it adds a maven.junit.jvm properties.
This properties defaults to "java" which is the default value for the junit jvm attribute (according to junit doc).

Lukas Theussl added a comment - 22/Mar/06 05:59 PM
Need to add docs.