Skip to content

Commit c3e5723

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

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator-maven-plugin/src/main/java/org/openapitools/codegen/plugin

1 file changed

+1
-1
lines changed

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

+1-1
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)