Improve documentation of 'image' parameter of Maven Plugin

Closes gh-19950
This commit is contained in:
Stephane Nicoll
2020-01-27 20:56:42 +01:00
parent 11c5fba355
commit 5410148f79
3 changed files with 63 additions and 2 deletions

View File

@@ -90,7 +90,8 @@ public class BuildImageMojo extends AbstractPackagerMojo {
private String classifier;
/**
* Image configuration operations.
* Image configuration, with `builder`, `name`, `env`, `cleanCache` and
* `verboseLogging` options.
* @since 2.3.0
*/
@Parameter