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 and released https://github.com/apache/maven-install-plugin/pull/15 these plugins will work as in your reproducer, w/o extensions=true, but until then, to hade install/deploy at end work you must use plugins as extensions. HTH T On Sat, Jun 25, 2022 at 5:28 PM Mirko Friedenhagen <mfriedenha...@gmx.de> wrote: > 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 a small sample project with instructions how to reproduce at > https://github.com/mfriedenhagen/atend. > > Maybe this is related to https://issues.apache.org/jira/browse/MNG-6802? > > Best Regards > Mirko > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >