Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions boat-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boat-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>5.0.0</version>
<version>${openapi-generator.version}</version>
<executions>
<execution>
<goals>
Expand Down