#Maven error due to space in username
1 messages · Page 1 of 1 (latest)
Which maven version are you using?
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
these are in my maven_wrapper.properties files
Or why I recommend against having spaces in your path.
It looks like maven is launching a sub process which properly wraps the path.
Surround it with quotes
i cant avoid it, it is my username, the problem seems to be in the wrapper script
yes i know, but i dont know where
You could put the folder elsewhere.
hmm
yep it is working
temp solution for now, works for me!!
thanks