Don't ping apache if the version is already installed

Issue #15 resolved
Matthew McMahon created an issue

Noticed that even though the version I wanted was installed, it pings apache for the preferred mirror all the time.

This became a problem when for some reason I could not contact Apache one time at home, so MVNVM never started maven.

So, should do a check to see if the maven directory already exists, and if so, just use it without checking anything else

Comments (1)

  1. Log in to comment