> On Jan 8, 2016, at 8:36 AM, Sean Busbey <[email protected]> wrote:
>
> I believe there's no error in our current handling, so
> long as jdk7 is JAVA_HOME and thus is used to handle the install call
> for project artifacts (or I guess the oldest jdk to be used,
> generally).
Yeah, when that was written, the expectation is that JAVA_HOME will
point to the oldest. We should probably document that specifically since it is
only vaguely implied that what’s users really want to do.
> Alternatively, if we could avoid a `mvn install` entirely
> then we wouldn't have to worry about what goes in to the local repo.
My understanding of maven is shaky at best, but I thought it was always
flooding the repo with dependencies during the compile phase but install is
used to inject the built jars.