[maven-plugin] fix strictSpec parameter (#3071)

This commit is contained in:
Jérémie Bresson 2019-06-03 16:43:19 +02:00 committed by William Cheng
parent e06a408141
commit 8c9a1512ae

View File

@ -244,7 +244,7 @@ public class CodeGenMojo extends AbstractMojo {
/** /**
* To treat a document strictly against the spec. * To treat a document strictly against the spec.
*/ */
@Parameter(name = "strictSpec", property = "openapi.generator.maven.plugin.strictSpec", required = false) @Parameter(name = "strictSpecBehavior", alias = "strictSpec", property = "openapi.generator.maven.plugin.strictSpec", required = false)
private Boolean strictSpecBehavior; private Boolean strictSpecBehavior;
/** /**