Replies: 1 comment
-
In this case copying the compiled jar during the build (either yarn or maven) makes more sense. The coffee-editor example is a special case and the glsp-jar has to be pulled from a remote repo because it's not available in the local repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering, whether it makes more sense to push the compiled jar of the glsp-server during the maven build into the client/glsp-server/build folder (Which would in my opinion support local development)
Or whether I should do it as it is done in the coffee-editor where a script pulls the jar from a remote repo (in that case, can you tell me where this remote repo would be?)
original thread by Jonas Ebel
Beta Was this translation helpful? Give feedback.
All reactions