FasterXML / FasterXML/jackson-schema-maven-plugin
maven plugin - multiple file output
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 5
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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;
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.