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
Dev mode should provide a way to run mvn package to create war/ear so that users are set to create the container image ie, docker build.
Consider adding this functionality on dev mode shutdown or with a hotkey trigger.
Another case to consider is wanting to build a runnable jar - not by default but with a hotkey trigger. Could go further than this and have a hotkey to create the container image.
The text was updated successfully, but these errors were encountered:
Would be slightly more accurate to say we want to run the war:war or ear:ear goals rather than mvn package, since dev mode will have run other parts of the lifecycle. I don't think there's anything special to do with respect to the "exploded" format added for #1104 but would be good for someone to think through a bit and confirm.
scottkurz
changed the title
Option to build app as war/jar/ear in dev mode
Option to build binary .war/.ear archive in dev mode (e.g. for use in Docker build)
Aug 9, 2023
Dev mode should provide a way to run
mvn package
to create war/ear so that users are set to create the container image ie,docker build
.Consider adding this functionality on dev mode shutdown or with a hotkey trigger.
Another case to consider is wanting to build a runnable jar - not by default but with a hotkey trigger. Could go further than this and have a hotkey to create the container image.
The text was updated successfully, but these errors were encountered: