-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not Perform Maven Update #28585
Comments
Can you execute the wrapper directly via cli? Regarding the space, at least I rembemer some issues with spaces (in particular on windows) with node/npm we use to execute the task during generation. |
No, I can't execute this via cli, but the downgraded version I can |
This is an upstream issue:
Nothing to do in your side. |
In my case, with Maven on Windows, I was also to fix the error by adding quotes around the %MVNW_CMD% in the generated mvnw.cmd. I changed: Maybe this fix could be applied to the generator template (line 43) https://github.com/jhipster/generator-jhipster/blob/main/generators/maven/templates/mvnw.cmd |
Release is pending: apache/maven-wrapper#152 @ps10xgit can you contribute with a PR? |
fix could not perform Maven update when the Windows user name contains space. This is based on a fix for maven-wrapper, see apache/maven-wrapper#152 Fix jhipster#28585
fix could not perform Maven update when the Windows user name contains space. This is based on a fix for maven-wrapper, see apache/maven-wrapper#152 Fix jhipster#28585
fix could not perform Maven update when the Windows user name contains space. This is based on a fix for maven-wrapper, see apache/maven-wrapper#152 Fix jhipster#28585
fix could not perform Maven update when the Windows user name contains space. This is based on a fix for maven-wrapper, see apache/maven-wrapper#152 Fix #28585 Co-authored-by: objectsource <[email protected]>
I recently created Jhipster app using generator version 8.7.3, while generating files noticed log Cannot start maven from wrapper. But the files were generated successfully i could see the execution completion log.
Is this anything wrong in my system wondering due to the space between my PC Username?
Please share your thoughts on this.
Thank you.
-----------------*****----------------------
Below is the error occurred on performing maven update, i have checked the .m2 folder dependency was downloaded from central maven repo.
The text was updated successfully, but these errors were encountered: