Same snapshot number for entired build? possible

2019-05-01 Thread Dan Tran
Hi We have a large build with a few artifacts are consumed by QA (2 vmware OVAs). However, each artifact has its own maven module and therefore has its own snapshot number is it possible to fix up deploy-maven-plugin to allow the user configuring the snapshot number (yes timestamp should be

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

[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