Skip to content

Commit 2bfbd37

Browse files
spasumarthi21GitHub Enterprise
authored andcommitted
fix(readme): Fixing the OpenApiGenerator command (#3)
1 parent 95d12a2 commit 2bfbd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To customize OpenAPI generator options and generate the library. Please go throu
3939
* Replace vAPI_VERSION and PACKAGE_VERSION in the below command with the latest values and run it.
4040
```
4141
javac -classpath Utilities/codegen/*; Utilities/codegen/CustomJavaClientCodegen.java
42-
java -DapiTests=false -DmodelTests=false -classpath Utilities/codegen/;Utilities/codegen/*; org.openapitools.codegen.OpenAPIGenerator generate --generator-name CustomJavaClientCodegen --input-spec Utilities/codegen/openapi-schema.json --output Engines --config Utilities/codegen/openapi-generator-config.json --http-user-agent engines/vAPI_VERSION/PACKAGE_VERSION/java -t Utilities/codegen/templates --skip-validate-spec
42+
java -DapiTests=false -DmodelTests=false -classpath Utilities/codegen/;Utilities/codegen/*; org.openapitools.codegen.OpenAPIGenerator generate --generator-name CustomJavaClientCodegen --input-spec Utilities/codegen/openapi-schema.json --output Engines --config Utilities/codegen/openapi-generator-config.json --http-user-agent engines-api/vAPI_VERSION/PACKAGE_VERSION/java -t Utilities/codegen/templates --skip-validate-spec
4343
```
4444
* Move to the `analyticsapi-engines-java-sdk/vAPI_VERSION/Engines` location, and run `mvn clean package` which generates the library(engines-java-sdk-v*-\*.\*.\*.jar) and its documentation.
4545

0 commit comments

Comments
 (0)