Re: Re: Apache 3.8.5 installAtEnd not working when another repository is defined

2022-06-25 Thread mfriedenhagen
Hi Tamás, thanks for the quick answer. Interesting solution to use extension here. Best Regards Mirko Friedenhagen — Sent from my mobile Am 25.06.22 um 20:10 schrieb Tamás Cservenák > Created issue https://github.com/mfriedenhagen/atend/issues/1 in your > reproducer detailing what is needed

Re: Apache 3.8.5 installAtEnd not working when another repository is defined

2022-06-25 Thread Tamás Cservenák
Created issue https://github.com/mfriedenhagen/atend/issues/1 in your reproducer detailing what is needed to be changed and why is needed. T On Sat, Jun 25, 2022 at 8:04 PM Tamás Cservenák wrote: > Howdy, > > your reproducer works, as long you set m-install-p and m-deploy-p as > having

Re: Apache 3.8.5 installAtEnd not working when another repository is defined

2022-06-25 Thread Tamás Cservenák
Howdy, your reproducer works, as long you set m-install-p and m-deploy-p as having extensions. https://gist.github.com/cstamas/191a6bb660c7b1cca1a325248af30d1f I think that w/o settings it just works "by chance" (as it works, try out reproducer w/o -s settings-oss.xml) Once this PR is merged

Apache 3.8.5 installAtEnd not working when another repository is defined

2022-06-25 Thread Mirko Friedenhagen
Hello, I just ran into this issue: * In some Maven projects we activate additional repositories in settings.xml with the help of a marker file in a project. * With 3.8.4 using `installAtEnd` resp. `deployAtEnd` do work properly, with 3.8.5 and 3.8.6 nothing is installed or deployed. * I created

Re: plugin to update version to patch version

2022-06-25 Thread Stephane Passignat
thank you Hervé. To set the version I think there is also versions:set but I haven't found yet how to read to update the version to the next minor or patch, without providing any parameter. I'm just imagining two options illustrate my mind: setPatchVersion and setVersionSuffix mvn

Re: plugin to update version to patch version

2022-06-25 Thread herve . boutemy
release plugin has an update-versions goal https://maven.apache.org/maven-release/maven-release-plugin/update-versions-mojo.html - Mail original - De: "Stephane Passignat" À: "Maven Users List" Envoyé: Vendredi 24 Juin 2022 21:19:18 Objet: plugin to update version to patch version