During application scaling we are seeing delay in starting pods for one of our Spring boot drools project. As we find that KieScanner is looking for artifacts and dependencies from Nexus and Maven Central, which is causing random delay of 15-30 seconds delay in startup. Is there any way to configure this to pick up artifacts and dependencies from local filesystem only.
KieScanner should only look at local m2 path and not at remote repositories