Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Console Properties

PropertyOptional?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".