Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.1
-
None
-
None
-
None
Description
$ mvn help:describe -Dplugin=compiler -Ddetail -Dgoal=testCompile
I want to see expression of the parameters if there is.
currently it's
skip Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion. Deprecated. No reason given
the description in the online document is better:
skip: Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion. * Type: boolean * Since: 2.0 * Required: No * Expression: ${maven.test.skip}
It will be very handy if I want to pass paramater values from command line, I don't want to check the oneline document every time.