The following command will generate the API stubs in <workspace>/pex-openapi/target/sdks/api/typescript
.
mvn clean install -P api-typescript
The api stubs can be found at:
cd target/sdks/typescript
The following command will generate the API stubs in <workspace>/pex-openapi/target/classes/com/sphereon/pex/api
.
mvn clean install -P java