Property | Optional? | Description |
---|---|---|
maven.console.first | Yes |
Sets the name of the first default goal, which is displayed
when the console starts.
The default value is ${maven.default.goal} .
The help is displayed in any case.
|
maven.console.completor.goals | Yes |
A comma-separated list of goals that are known to the console plugin
for tab completion. Defaults to
"clean,java:compile,jar,test,xdoc,site,quit,help ".
|