maven-mvnd
maven-mvnd copied to clipboard
`JAVA_HOME` should be documented as discriminating
I guess yes, at least for the sake of documenting it.
I see that in DaemonCompatibilitySpec, it has a special position among the other discriminating options. But still, it is de facto discriminating, so we should put the discriminating flag on it. WDYT @gnodet ?
I have added a commit to https://github.com/apache/maven-mvnd/pull/851 - so @gnodet please veto that one if needed.
I have added a commit to #851 - so @gnodet please veto that one if needed.
I think it should be documented as discriminated, but it is handled specifically in a bunch of cases (as shown by the failings ITs), I think it may better to add some javadoc that will end-up in the help, wdyt ?
it may better to add some javadoc that will end-up in the help
Good idea. Let me do it.