[Profile] - Merge from parent

2019-05-01 Thread Francois Papon
Hi, In Apache Shiro we are using the Apache pom parent in version 21 and in this version there is the algorithm configuration for the checksum generation of the release artifact. The id of the profile is "apache-release" and we already have a profile with the same id in our root pom. We can see

Re: [Profile] - Merge from parent

2019-05-01 Thread Hervé BOUTEMY
Hi François, I just checked, and the profile merging is perfectly happening. If you run: $ mvn -Papache-release org.apache.maven.plugins:maven-help-plugin:3.2.0:effective-pom -Dverbose -N you'll see the checksum-maven-plugin injected in plugins section Perhaps what is confusing you is that you

Re: [Profile] - Merge from parent

2019-05-02 Thread Francois Papon
Hi Hervé, Thanks for your help! I'm confuse because when I performed the release yesterday it doesn't work and now when I try, it works... May be something with my home cache maven repository. Sorry for the noise ;) Regards, François Papon fpa...@apache.org Le 02/05/2019 à 09:36, Hervé BOUTE