-
Notifications
You must be signed in to change notification settings - Fork 51
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
Redeploy Spring Boot jars #529
Conversation
A minor issue that is more obvious as a result of this is the following: currently a recompile occurs after dev mode first starts up. Even if there are no actual code changes (and the compile task is simply up to date), this triggers the deploy task to still run, resulting in the following output (notice the Spring Boot app starts twice). But this is caused by a known issue OpenLiberty/ci.maven#699. Example output with Spring Boot app:
|
Cancelling. Replaced by this fix instead: #530 |
After recompiling a source change, if it is a Spring Boot project, call
deploy
so that any Spring Boot jars are redeployed.