Skip to:
During build updated to Minion, the local .m2 directory is not cleared causing the karaf instance to load old JARs leading to inconstant results.
PR on R24 : https://github.com/OpenNMS/opennms/pull/2391
Cleaning `.m2` directory needs to be done for sentinel as well on release-24 branch.
Sean updated me in chat that .m2 folder is being created under /opt/minion. Updated script to delete it. PR: https://github.com/OpenNMS/opennms/pull/2389
.m2
/opt/minion
I locally installed minion and don't see .m2 folder under /opt/minion.Just want to clarify where does this .m2 directory you are referring to. Is it your local .m2 directory on the device or Is this a folder under /opt/minion/
/opt/minion/
During build updated to Minion, the local .m2 directory is not cleared causing the karaf instance to load old JARs leading to inconstant results.