diff --git a/boat-maven-plugin/README.md b/boat-maven-plugin/README.md index 9842102fe..a9a88130d 100644 --- a/boat-maven-plugin/README.md +++ b/boat-maven-plugin/README.md @@ -278,6 +278,9 @@ Available parameters: User property: failOnLintViolation Fail the build if the spec has lint violation (Violation with Severity.MUST) + failOnBoatBayErrorResponse (Default: true) + User property: failOnBoatBayErrorResponse + Fail the build if boatbay server returns an error groupId (Default: ${project.groupId}) User property: groupId diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml index e7bd78212..1e32e8ceb 100644 --- a/boat-maven-plugin/pom.xml +++ b/boat-maven-plugin/pom.xml @@ -339,7 +339,7 @@ org.openapitools openapi-generator-maven-plugin - 5.0.0 + ${openapi-generator.version}