I understood your need Andreas. Look at the plugin, if I remember well at some point it "reloads/recreate" from scratch the Model ; as you would do in your own code ; to be able to later flatten it.
Regards, Matthieu On Thu, Apr 16, 2020 at 4:31 PM Andres Almiray <[email protected]> wrote: > Thanks Matthieu, I'll have a look. > > Though I failed to specify: the embedded API I'm looking for should work > anywhere and not just within the confinement of a maven plugin where Maven > components and services exist, that is, this API should work as a blackbox > and in standalone mode. > > Cheers, > Andres > > On Thu, Apr 16, 2020 at 3:13 PM Matthieu BROUILLARD < > [email protected]> > wrote: > > > Hi, > > > > If I remember well I think maven-flatten-plugin loads the model in a way > > that even core-extensions are used; you should have a look there. > > > > Matthieu > > >
