kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Execute the package goal before exec. #221

Open kpihlblad opened 1 year ago

kpihlblad commented 1 year ago

Fix of https://github.com/kumuluz/kumuluzee/issues/220

Trigger the package goal phase before starting, for a simpler one-liner to start.

Use the 'exec' goal and spawn a new java process, to avoid a conflict(?) between the Plexus Launcher and the Kumuluzee Launcher.