Guillaume Nodet
Guillaume Nodet
> How were those M1 builds produced, @gnodet ? On a Mac mini M1 that [MacStadium](http://macstadium.com) has freely provided to me for the maven project.
> This method may not use mvnd, but use the mvn that comes with mvnd. The maven layout contained in mvnd is not a stock maven layout, so when you...
Also, if the `mvnd` daemon is on the host, that would completely defeat the purpose of using docker images to make sure the "local builds are built exactly like on...
> Allowing to ovveride dozens of methods makes MavenCli contract vague and could complicate miantenance. going forward It will be easier to maintain MavenCli with public api/interface extracted. For clients...
The 👍 was mainly about the analysis : the fact that an `activeByDefault` profile isn't activated. I'll try to replicate the problem in the coming days, but if you have...
@rkraneis @Postremus I can't reproduce the problem with `activeByDefault` profiles. Can you guys set up a reproducer project, maybe using a docker image using `xetusoss/archiva` or something similar to set...
Superseded by #803
Do you have a simple project to reproduce the problem ?
#631 fixes the problem for me on windows, but on all other platforms, the builds are reproducible for me. This must be a docker environment issue similar to #627
@hboutemy this should be fixed if you want to have another look ....