You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| groupId | maven groupId where '.' has been replace with / |
205
+
| artifactId | maven artifactId where '.' has been replace with / |
206
+
| versionName | maven version (only for downloadUrl) |
207
+
| group.id | maven groupId |
208
+
| artifact.id | maven artifactId |
209
+
| env.<name> | environment variable name |
210
+
199
211
### Use locally built JAR
200
212
In order to use a locally built jar of the generator CLI, you can copy the jar from your local build (i.e. if you were to `build` the [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator) repository it would be in `~/openapi-generator/modules/openapi-generator-cli/target/openapi-generator-cli.jar`) into `./node_modules/@openapitools/openapi-generator-cli/versions/` and change the `version` in the `openapitools.json` file to the base name of the jar file.
@@ -232,7 +244,7 @@ Change your `openapitools.json` to:
232
244
```
233
245
234
246
Example is with a snapshot of `7.17.0`, please change the `version` and `downloadUrl` accordingly.
235
-
You can find the published snapshots in the build log of the [Publish to Maven Central Github workflow](https://github.com/OpenAPITools/openapi-generator/actions/workflows/maven-release.yml) in OpenAPI Generator repo, e.g.
247
+
You can find the published snapshots in the build log of the [Publish to Maven Central GitHub workflow](https://github.com/OpenAPITools/openapi-generator/actions/workflows/maven-release.yml) in OpenAPI Generator repo, e.g.
236
248
237
249
```
238
250
[INFO] Uploading to central: https://central.sonatype.com/repository/maven-snapshots/org/openapitools/openapi-generator-cli/7.17.0-SNAPSHOT/openapi-generator-cli-7.17.0-20251003.020930-8.jar
0 commit comments