Gitpod: Maven

Created on 5 Oct 2019  路  9Comments  路  Source: gitpod-io/gitpod

add java maven extension to gitpod workspace

docs java

All 9 comments

Thanks for the suggestion! I believe you're talking about https://github.com/microsoft/vscode-maven/releases

Out of curiosity, have you already tried it in a Java repository? Did it work well? 馃檪

here is a repo sorry for the delayed response https://github.com/JesterOrNot/Gitpod-Maven

Cool, thanks a lot @JesterOrNot!

I see that it adds this widget in the bottom left:

Screenshot 2019-10-15 at 10 43 57

However, I'm not quite sure how it works / what it's supposed to do. If you have time, could you please include a demo Maven project in the repository, so that we can see the extension in action?

Wow, I missed the + button. Really cool stuff! Thank you @JesterOrNot for setting up the Maven demo repository and walking me through how to use the Maven VS Code extension.

I think this should totally be mentioned in https://github.com/gitpod-io/website/blob/master/src/docs/java_in_gitpod.md cc @svenefftinge.

Should this be added to the default image given Maven's popularity?

That's a good question. I agree that Maven is quite popular, however it may be confusing to developers of every other programming language to see a "Maven" section on Gitpod.

Maybe it should be installed in Gitpod's default Java example repo? https://github.com/gitpod-io/spring-petclinic

We could make a different build for the docker image in which it is installed and the FROM statement would go something like: FROM gitpod/workspace-full:maven and that image would have maven and maybe some other build tools available and then just talk about it in the docs

We need to reduce the amount of default extensions to a minimum so let's not add it. Also Gradle is another popular build system for Java. But we could include a detection/suggestion in the setup assistant.

I think this should totally be mentioned in https://github.com/gitpod-io/website/blob/master/src/docs/java_in_gitpod.md cc @svenefftinge.

please do :-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kuniss picture kuniss  路  3Comments

Kreyren picture Kreyren  路  3Comments

LezaiNiubi picture LezaiNiubi  路  3Comments

hidehiro98 picture hidehiro98  路  3Comments

ColbyWTaylor picture ColbyWTaylor  路  3Comments