This commit is contained in:
Stephane Nicoll 2018-04-24 15:52:47 +02:00
parent 9ed169a70b
commit d4729f5389
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
/**
* List of JVM system properties to pass to the process. NOTE: the use of system
* properties means that processes will be started by forking a new JVM.
* @since 2.1.0
* @since 2.1
*/
@Parameter
private Map<String, String> systemPropertyVariables;