On Thu, Dec 26, 2019 at 7:57 AM Robert Scholte <[email protected]> wrote: > > Maven is indeed the main consumer of Modello, but there are more. > There are enough committers here in the team that can help with Modello. > I doubt that manual maintaining the generated code is possible (or > preferred), Modello does ensure that readers/writers, model and XSDs stay in > sync at all time. >
The XSDs and the code are out of sync in at least two different ways I'm aware of, and Modello is the proximate cause of at least one of them: https://issues.apache.org/jira/browse/MNG-5986 https://issues.apache.org/jira/browse/MNG-6036 I was exploring the possibility of fixing some issues with the MavenXpp3Reader. One thing that surprised me is that Modello appears to use string literals to create the generated code, not something more easily edited such as Velocity templates. -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
