-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use mvn commands to run and debug for java-maven-based devfiles #20791
Comments
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Devfile registry contains only five java maven based samples. |
Is your enhancement related to a problem? Please describe
Currently, most devfiles are using
java -jar target/*.jar
.the inconvenient of using java -jar is that it requires users to have launch the build task beforehand, and every time there si a modification done.
https://github.com/eclipse-che/che-devfile-registry/blob/884b521459fcc1b6657b2241044ccf222fd149c2/devfiles/java-web-spring/devfile.yaml#L59
Describe the solution you'd like
For instance to launch in debug with mvn with springboot
https://github.com/eclipse-che/che-devfile-registry/blob/884b521459fcc1b6657b2241044ccf222fd149c2/devfiles/apache-camel-springboot/devfile.yaml#L72
Describe alternatives you've considered
No response
Additional context
/!\ devfiles are currently in migration to devfile v2 in che-samples repository
The text was updated successfully, but these errors were encountered: