mvnvm does not parse version from the property file on Linux

Issue #11 resolved
Ignat Alexeyenko created an issue

mvnvm does not detect current version on Linux. It just uses maven version from $PATH. Following messages are shown:

jira-capture (master) $ mvn clean package -DskipTests
/home/ialexeyenko/bin/mvn: line 93: warning: here-document at line 65 delimited by end-of-file (wanted `EOR')
/home/ialexeyenko/bin/mvn: line 93: warning: here-document at line 65 delimited by end-of-file (wanted `EOR')
/home/ialexeyenko/bin/mvn: line 92: warning: here-document at line 64 delimited by end-of-file (wanted `EOR')
-:28: warning: possibly useless use of a constant in void context
-:28: syntax error, unexpected ')', expecting $end
[MVNVM] Using maven: 3.0.5

Environment: Ubuntu 14.04 Bash: 4.3.11

Comments (5)

  1. Robin Stocker Account Deactivated

    This was fixed, right? Ignat, did you have a chance to test the new version?

  2. Log in to comment