Re: Writing poms from mojos

2015-08-29 Thread Barrie Treloar
So, I'm sensing that rewriting the pom is a free-for-all and not something we do through a Maven API.

Re: Writing poms from mojos

2015-08-29 Thread Mirko Friedenhagen
Hello Barrie, I need something to introduce a parent element in our company pom. The idea is to make e.g. spring-boot the uppermost parent or to introduce needed dependencies and reconfigure mojos for this while keeping the rest in sync. I was thinking about writing a plugin for this as well. Reg

Re: Writing poms from mojos

2015-08-29 Thread Jason van Zyl
+1 jvz > On Aug 26, 2015, at 7:20 AM, Igor Fedorenko wrote: > > I used decentxml quite successfully for this purpose in Tycho and elsewhere. > > -- > Regards, > Igor > > > >> On August 26, 2015 3:40:13 AM Barrie Treloar wrote: >> >> The release plugin has AbstractRewritePomsPhase which us