Re: Maven Release Plugin And A BOM

2016-05-04 Thread Petar Tahchiev
Yeah, I guess I feel the same and that's why I wanted to consult the dev list first before raising a JIRA. 2016-05-03 23:21 GMT+02:00 Jörg Schaible : > Hi Petar, > > Petar Tahchiev wrote: > > > Hi all, > > > > @Uwe - the enforcer rules are great, but I don't think I need

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Jörg Schaible
Hi Petar, Petar Tahchiev wrote: > Hi all, > > @Uwe - the enforcer rules are great, but I don't think I need them. > @Jorg - Resolving the parent during release:prepare is fine. What I don't > like is that it also asks me to resolve the platform version. The point is, that Maven does not

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Petar Tahchiev
Hi all, @Uwe - the enforcer rules are great, but I don't think I need them. @Jorg - Resolving the parent during release:prepare is fine. What I don't like is that it also asks me to resolve the platform version. I'll go with Robert's suggestion. 2016-05-03 19:51 GMT+03:00 Jörg Schaible

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Jörg Schaible
Petar Tahchiev wrote: > Hi guys, > > I have a question regarding the release plugin. In my project I have a BOM > in which I declare a property and a dependencyManagement section: > > com.mycompany > my-bom > 1.0-SNAPSHOT > > > 1.0-SNAPSHOT > > > > > com.mycompany >

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Uwe Barthel
tar Tahchiev [mailto:paranoia...@gmail.com] Sent: Tuesday, May 03, 2016 9:10 AM To: Maven Developers List Subject: Maven Release Plugin And A BOM Hi guys, I have a question regarding the release plugin. In my project I have a BOM in which I declare a property and a dependencyManagement section: com.myco

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Petar Tahchiev
> > -Original Message- > From: Petar Tahchiev [mailto:paranoia...@gmail.com] > Sent: Tuesday, May 03, 2016 9:10 AM > To: Maven Developers List > Subject: Maven Release Plugin And A BOM > > Hi guys, > > I have a question regarding the release plugin. In my pro

RE: Maven Release Plugin And A BOM

2016-05-03 Thread Robert Patrick
, 2016 9:10 AM To: Maven Developers List Subject: Maven Release Plugin And A BOM Hi guys, I have a question regarding the release plugin. In my project I have a BOM in which I declare a property and a dependencyManagement section: com.mycompany my-bom 1.0-SNAPSHOT 1.0-SNAPSHOT

Maven Release Plugin And A BOM

2016-05-03 Thread Petar Tahchiev
Hi guys, I have a question regarding the release plugin. In my project I have a BOM in which I declare a property and a dependencyManagement section: com.mycompany my-bom 1.0-SNAPSHOT 1.0-SNAPSHOT com.mycompany platform ${platform.version} and I also have 3