... | ... | @@ -173,7 +173,7 @@ To test your OpenAPI/Swagger spec with the latest master to confirm whether the |
|
|
1. `git clone https://github.com/OpenAPITools/openapi-generator`
|
|
|
2. `cd openapi-generator`
|
|
|
3. Build the project
|
|
|
- **Windows**: `mvnw.cmd clean install`
|
|
|
- **Windows**: `mvnw.cmd clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true`
|
|
|
- **Mac/Linux**: `./mvnw clean install`
|
|
|
4. Run the CLI jar locally
|
|
|
- **Windows**:
|
... | ... | |