FasterXML / FasterXML/jackson-schema-maven-plugin
maven plugin - multiple file output
Open
- Dominant language
- Java
- Stars
- 5
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Noticed that the json schema maven plugin generates only a single output file,
even if multiple class files are given as input. Can we support multiple output (schema)
file generation? Currently the last class processed overwrites all other files.
In JsonSchemaMojo,
```
@Parameter(defaultValue = "${project.build.directory}/schema.json", property = "schema")
File outputSchema;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.