forked from loafle/openapi-generator-original
[maven-plugin] fix strictSpec parameter (#3071)
This commit is contained in:
parent
e06a408141
commit
8c9a1512ae
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user