Re: [E] Re: Dynamically modifying MavenProject.getModel() so that sub-sequent lifecycle phases can pick up those changes

2019-05-09 Thread Quijada, Jose M
017 at 18:10, Romain Manni-Bucau > wrote: > > > Hi > > > > Did you try writing an extension instead of a mojo? It does exactly that > (+ > > few other things) > > > > Le 18 déc. 2017 19:03, "Quijada, Jose M" a > > écrit : > > > >

Dynamically modifying MavenProject.getModel() so that sub-sequent lifecycle phases can pick up those changes

2017-12-18 Thread Quijada, Jose M
I would like to write a Maven plugin that among other things manipulates (both add/update) the POM model available at MavenProjects.getModel() while executing Maven phase goals, such as "test" and "site", so that for instance I can: 1) Add a node along with plugins inside, so that when the "site"