Skip to content

Commit c3e5723

Browse files
committed
Revert "[maven-plugin] fix strictSpec parameter (#3071)"
This reverts commit 8c9a151.
1 parent ea0268d commit c3e5723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/openapi-generator-maven-plugin/src/main/java/org/openapitools/codegen/plugin

modules/openapi-generator-maven-plugin/src/main/java/org/openapitools/codegen/plugin/CodeGenMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public class CodeGenMojo extends AbstractMojo {
244244
/**
245245
* To treat a document strictly against the spec.
246246
*/
247-
@Parameter(name = "strictSpecBehavior", alias = "strictSpec", property = "openapi.generator.maven.plugin.strictSpec", required = false)
247+
@Parameter(name = "strictSpec", property = "openapi.generator.maven.plugin.strictSpec", required = false)
248248
private Boolean strictSpecBehavior;
249249

250250
/**

0 commit comments

Comments
 (0)