In modello, do I need to copy the generated sources in my source tree or will the sources be automatically added to the compile path of maven?
Modello generate the sources in the generate-sources phase and automatically add the source directory for compilation in maven. So you don’t have to copy the generated sources. You have to declare the modello-plugin in the build of your plugin for source generation (in that way the sources are generated each time).
Related Questions
- In modello, do I need to copy the generated sources in my source tree or will the sources be automatically added to the compile path of maven?
- Are there any additional sources of martial arts rules other than the GURPS Martial Arts source book?
- How do I add my generated sources to the compile path of Maven, when using modello?