You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change avoids the dreaded "Argument list too long" that
happens on Windows with too many -Dx.version=y arguments.
One concern I had was whether specifying version overrides as
settings.xml properties inside an active-by-default profile would
still override the version properties of individual project POMs.
But it works. I do not know whether it still works for project POMs
with their own profiles that set version properties contingently;
in that case, there would be multiple values competing,
so it would likely come down to profile evaluation order.
Fortunately, that is not common for SciJava-based projects.
We also avoid usage of the `\\\\\n` sequence, since it
appears to be handled incorrectly by MinGW's /bin/sh.
0 commit comments