How to add a local path (not URL) to ivysettings.xml? I need to add my Maven local repository (/Users/me/.m2/repository to it.
ivysettings.xml
Thanks>
Prior to 0.13.7, SBT ignored the Maven's settings.xml to use the setting. See https://github.com/sbt/sbt/issues/1589. In some cases, this will obviate the need to change ivysettings.xml when using publish-m2.
publish-m2