FasterXML / FasterXML/jackson-schema-maven-plugin

maven plugin - multiple file output

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.