Closed kjellmoens closed 1 month ago
Hi
Schema looks correct, I have tried it out and output was generated as expected.
Did you check correct folder for output: C:/Users/kjm/Source/dimona-transfer-event-generator/directory/src/main/java
?
The only thing I would change is removing:
<outputDirectory>${basedir}/directory/src/main/java</outputDirectory>
Such that output would be generated under: /target/generated-sources/jsonschema2pojo/be/smals/nnsoregistrationnumber_transfer_event_generator
and automatically picked up by IDE
Closing issue based on comment above. Please feel free to reopen if the problem still exists.
Thank you
I am trying to generate pojo from a json schema but the classes are not generated.
Contents of the
pom.xml
When I run maven with the
-X
option, I get the following output but no files are generated