-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 24-26 (from Jun 12), 2023 Week 21-23 (from May 22)
When the dev mode image is started, the jvm and mvn configuration is applied twice:
```
podman tun -it -e QUARKUS_EXTENSIONS=dummy quay.io/kiegroup/kogito-swf-devmode-nightly:latest
INFO Configure Maven
INFO --> checking if .mvn/jvm.config exists.
INFO ---> .mvn/jvm.config does not exists, memory will be calculated based on container limits.
INFO Configure Maven
INFO --> checking if .mvn/jvm.config exists.
INFO ---> .mvn/jvm.config does not exists, memory will be calculated based on container limits.
[INFO] Scanning for projects...
```
It can be simplified to one call.