-
Notifications
You must be signed in to change notification settings - Fork 92
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
cannot create a new maven project from archetype #279
Comments
What's the version of your Maven extension? See #277 , it should have been fixed in v0.15.1 |
Confirmed to be a bug. It's another NPE when there's no open workspace. We'll fix it soon, and the workaround is to open any folder first, before you create a new Maven project. |
more info updated. |
The fix for the NPE has been released just now. You can update the extension to v0.15.2. Let me know if it works for you. |
Thanks. it worked! |
Closing as fixed. |
version of extension: 0.15.1
version of vscode:1.32.3
OS: macOS Mojave
while i was trying to create a new maven project from archetype 'quickstart'
a message popped up by Maven for java:
"Command "maven.archetype.generate" fails. Cannot read property 'length' of undefined"
could any guys help to resolve this issue?
The text was updated successfully, but these errors were encountered: