Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
TYCHO-406 add expression for JVM args in TestMojo
Browse files Browse the repository at this point in the history
@parameter expression="${tycho.testArgLine}" for
test JVM arguments enables coverage tools to set
instrumentation arguments from separate mojos.
  • Loading branch information
jsievers committed Jul 14, 2010
1 parent 18dfe81 commit b106919
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ public class TestMojo extends AbstractMojo {
/**
* Arbitrary JVM options to set on the command line.
*
* @parameter
* @parameter expression="${tycho.testArgLine}"
*/
private String argLine;

Expand Down

0 comments on commit b106919

Please sign in to comment.