You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Alvise88 I see that the project usage maven wrapper, I'm afraid currently this plugin does not support maven wrapper.
As a workaround please make sure the maven is installed globally in the container. Meanwhile we will try to add support for maven wrapper.
I confirm this plugin works installing maven globally; if you use the "default" java Dockerfile provided by Microsoft it doesn't work.
The maven wrapper was added for different reason: visual studio maven plugin doesn't recognise maven path using the "default" java Dockerfile.
Gauge with maven doesn't work in container.
When you click Run Spec or Debug spec the resulting command is:
Running tool: -q clean compile test-compile gauge:execute -Dflags=--hide-suggestion,--simple-console -DspecsDir=specs\example.spec
I think the problem is related with cli.ts in getCommand
example-project
The text was updated successfully, but these errors were encountered: