-
Without specifying the maven war plugin following error happens:
"plugin 'org.apache.maven.plugins:maven-war-plugin:2.2' due to an API incompatibility: org.codehaus.plexus.component.repository.except…
-
This is a request to make maven plugin thread safe in order to take advantage of maven multi threaded build
##### Swagger-codegen version
2.2.2
-
I am running my application on Spring Boot 3.2.4 with Java 17. For generating Swagger/OpenAPI documentation, I am using Springdoc-OpenApi version 2.5.0. I came across the springdoc-openapi-maven-plugi…
ragro updated
2 months ago
-
**Describe the bug**
After configured the plugin in my pom.xml, by invoking "mvn clean install" the build is falling with the following error:
> [ERROR] Failed to execute goal io.openapitools.swag…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/…
-
**Describe the bug**
When using 8.1 against openapi-generator-maven-plugin 7.8.0, all parameters of an object are generated as required.
**Expected behavior**
When an object has say one required …
-
I added the plugin like this:
`
org.openapitools
openapi-generator-maven-plugin
7.8.0
…
-
##### Description
As the title suggested is there no option to add "implements Serializable" for the generated models in the maven-plugin, like it is in the normal cli with serializableModel=true.
…
-
```java
Account body = new Account();
body.setName("test3");
body.setCurrency(Currency.USD);
body.setExternalKey("89f20977-f937-4bd7-82f9-ac4ef07b9999");
b…
-
I'm getting NullPointerException on generate goal with the new release. Here is the stack trace:
```
Failed to execute goal com.github.kongchen:swagger-maven-plugin:3.1.8:generate (default) null: Mo…