449372 Make jvmArgs of jetty:run-forked configurable from command line

This commit is contained in:
Jan Bartel 2014-10-31 13:29:45 +11:00
parent e1b73a64eb
commit 30081946d7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class JettyRunForkedMojo extends JettyRunMojo
/**
* Arbitrary jvm args to pass to the forked process
* @parameter
* @parameter expression="${jetty.jvmArgs}"
*/
private String jvmArgs;