Skip to content
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

Support creation of Maven Projects #249

Closed
brunoborges opened this issue Mar 25, 2020 · 2 comments · Fixed by #252
Closed

Support creation of Maven Projects #249

brunoborges opened this issue Mar 25, 2020 · 2 comments · Fixed by #252
Labels
enhancement New feature or request
Milestone

Comments

@brunoborges
Copy link
Member

Currently, the feature "Create Maven Project" is part of the Maven extension.

It is confusing to Java developers, once they have both extensions installed, to have two different "Create Project" actions in the command pallet.

I suggest that this dependency becomes responsible for creating projects (Eclipse, Maven, and Gradle).

Also, see #248

@jdneo
Copy link
Member

jdneo commented Mar 26, 2020

Yes, that's exactly what we want to do in the near future.

One thing I'm considering is that, should we create eclipse project(current behavior) or not? Personally I prefer to use standalone project instead of eclipse, since creating eclipse project in VS Code looks strange, and the management style of standalone project is more like VS Code way.

@jdneo jdneo added this to the 0.10.0 milestone Apr 15, 2020
@jdneo jdneo added the enhancement New feature or request label Apr 15, 2020
@jdneo
Copy link
Member

jdneo commented Apr 17, 2020

PR for hiding Maven command in palette: microsoft/vscode-maven#488

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants