Clarify usage of run.arguments with Maven plugin
This commit is contained in:
@@ -78,7 +78,8 @@ public class RunMojo extends AbstractMojo {
|
||||
private Boolean noverify;
|
||||
|
||||
/**
|
||||
* Arguments that should be passed to the application.
|
||||
* Arguments that should be passed to the application. On command line use commas to
|
||||
* separate multiple arguments.
|
||||
*/
|
||||
@Parameter(property = "run.arguments")
|
||||
private String[] arguments;
|
||||
|
||||
Reference in New Issue
Block a user