anaptecs / jeaf-generator

JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others. Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code.
https://www.jeaf-generator.io
Apache License 2.0
2 stars 1 forks source link

Execute JEAF Generator only once in multi-module project #127

Open jeaf-anaptecs opened 5 months ago

jeaf-anaptecs commented 5 months ago

Feature Description

When working with JEAF Gnerator in miulti-module projects it is executed one per module. However, a rather large amount of the execution time is spend on reading the model several times.


Describe the solution you'd like

Idea is to run JEAF Generator only once per Maven Projekt. This would require to be able to defin what should be generated per module.