Re: Special parameters - sha1

2017-11-14 Thread Bernd Eckenfels
You have to remember that POMs are also the model to describe artifacts, that why you should stay clear of profiles (especially if the influence artifact coordinates). Personally I have good experience with actually releasing things, but if you want to keep the build identifier, then I would

Re: Special parameters - sha1

2017-11-14 Thread Eric B
Hi, Thanks for the additional insight. I think I understand better now how this works. I'll try to explain my use case, and perhaps someone can provide some ideas for best practices. I started a pom refactoring because I wanted to add the enforcer-plugin for a release candidate to ensure

Re: Special parameters - sha1

2017-11-14 Thread Karl Heinz Marbaise
Hi, I will give some more details cause I have created the docs / implementation and you mentioned my blog ;-).. On 14/11/17 03:12, Eric B wrote: Following a long thread on this list, and a blog by khmarbaise (

Re: Is there a plugin that allows me to modify existing jar manifest?

2017-11-14 Thread Martin Gainty
From: Eric B Sent: Monday, November 13, 2017 8:53 PM To: Maven Users List Subject: Re: Is there a plugin that allows me to modify existing jar manifest? Martin, Thanks, but the jar-plugin only allows to build a jar from the current

Re: Is there a plugin that allows me to modify existing jar manifest?

2017-11-14 Thread Eric B
Thanks Maxim. Will take a look at how you are using the assembly.xml to accomplish that. Much appreciated. Eric On Nov 13, 2017 10:03 PM, "Maxim Solodovnik" wrote: > Hello Eric, > > we are using assembly plugin to achieve this: >