Closed ms14981 closed 1 year ago
This will be useful in the Java generator, where it will be possible to do:
openapi-forge forge features/schema.json . -o temp -e pom.xml .mvn/** .gitignore mvnw* *.md
Our Java generator has parts of the template like the pom file which are useful for generating normally, but we don't want in a test context.
Hi @ms14981 forgot to merge this one a while back, thanks for the enhancement :-)
:tada: This PR is included in version 1.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This will be useful in the Java generator, where it will be possible to do:
openapi-forge forge features/schema.json . -o temp -e pom.xml .mvn/** .gitignore mvnw* *.md
Our Java generator has parts of the template like the pom file which are useful for generating normally, but we don't want in a test context.