Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Che: Spring Boot Commands #621

Closed
burrsutter opened this issue Aug 20, 2017 · 3 comments · Fixed by redhat-developer/rh-che#277
Closed

Che: Spring Boot Commands #621

burrsutter opened this issue Aug 20, 2017 · 3 comments · Fixed by redhat-developer/rh-che#277

Comments

@burrsutter
Copy link

Spring Boot Commands, "build" should be
scl enable rh-maven33 'mvn install -f ${current.project.path}'
and there should be a "clean build" which is
scl enable rh-maven33 'mvn clean install -f ${current.project.path}'

The former is specifically to allow for Spring DevTools hot redeploy. The end-user still needs to Save (unless auto-save is enabled) and then run this Build command in order for his currently running app to be updated.

@benoitf
Copy link
Collaborator

benoitf commented Aug 22, 2017

It's fixed

@joshuawilson
Copy link
Member

@burrsutter can we close this?

@l0rd
Copy link
Collaborator

l0rd commented Aug 25, 2017

Closing it. @burrsutter feel free to reopen if you still have problems with spring boot commands.

@l0rd l0rd closed this as completed Aug 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants