Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "[maven-plugin] fix strictSpec parameter (#3071)"
This reverts commit 8c9a151.
  • Loading branch information
wing328 committed Jun 4, 2019
commit c3e5723c5a365ffb8a6cedfcc4a7a278543e63a3
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public class CodeGenMojo extends AbstractMojo {
/**
* To treat a document strictly against the spec.
*/
@Parameter(name = "strictSpecBehavior", alias = "strictSpec", property = "openapi.generator.maven.plugin.strictSpec", required = false)
@Parameter(name = "strictSpec", property = "openapi.generator.maven.plugin.strictSpec", required = false)
private Boolean strictSpecBehavior;

/**
Expand Down