Re: Combination of deployAtEnd and installAtEnd does not seem to work

2016-01-22 Thread Andreas Gudian
I think there are some rules in the maven-enforcer-plugin that might be able to help you there (I'm on my phone now, so I can't say for sure). Am Freitag, 22. Januar 2016 schrieb Alexander Kriegisch : > Okay, I just found a subtle problem: One of my co-workers has added a > slightly older

Re: CD versioning

2016-01-22 Thread Karl Heinz Marbaise
Hi Jason, sounds interessting.. ;-).. Kind regards Karl Heinz On 1/22/16 3:17 AM, Jason van Zyl wrote: I have something that I wouldn’t make public but you’re free to hack it up and do what you like with it. On Jan 21, 2016, at 11:47 AM, Benson Margulies wrote: On

Re: Combination of deployAtEnd and installAtEnd does not seem to work

2016-01-22 Thread Alexander Kriegisch
Yesterday I rolled another release and again the artifacts were not uploaded. I cannot share my build log because it contains internal information, but what I can say is that for each single module I see in the log: Deploying at end Then at the end of the successful mvn release:perform build,

Re: Combination of deployAtEnd and installAtEnd does not seem to work

2016-01-22 Thread Alexander Kriegisch
Okay, I just found a subtle problem: One of my co-workers has added a slightly older version of the deploy plugin (2.8.1 instead of 2.8.2) to a new pluginManagement section in one of our submodules. Somehow this broke deployAtEnd not just for that submodule but for all modules. When I removed

Re: Combination of deployAtEnd and installAtEnd does not seem to work

2016-01-22 Thread Karl Heinz Marbaise
Hi, can you test if a simple mvn deploy will work correctly or is it only related during the release ? Has release plugin somehow configured (preparationGoals something llike this? )? Kind regards Karl Heinz Marbaise On 1/22/16 2:11 PM, Alexander Kriegisch wrote: Yesterday I rolled another