Run "mvn help:describe -Dcmd=help:describe -Dfull". The output should include some default values (e.g. medium's default value is true), but no default values are specified.
There's code in help:describe to display default values, but strangely the code never activates because the MojoDescriptor's parameters always claim to have a null default value.
Description
Run "mvn help:describe -Dcmd=help:describe -Dfull". The output should include some default values (e.g. medium's default value is true), but no default values are specified.
There's code in help:describe to display default values, but strangely the code never activates because the MojoDescriptor's parameters always claim to have a null default value.
fixed in revision 690124.