AdamBien/wad

Not Working With Maven Installed By Sdkman

ankurpathak opened this issue · 2 comments

Its not working with maven installed sdkman. For details pls check the attached screenshot.
Screenshot from 2021-03-07 21-51-22

Well it needs M2_HOME environment variable and sdkman create MAVEN_HOME environment variable. Please support both environment variable.

java -Dmaven.home=/home/.../maven -jar wad.jar /home/.../deployments
works.
If you add -Dmaven.home at the end it is interpreted as an additional deplyoment path.