spring-boot-migrator: Maven settings -> localRepository is not evaluated

In ~/.m2/settings.xml the path of the local repository (~/.m2/repository by default) could be customized to another directory by using

<settings>
   <localRepository>/another/directory/to/be/used</localRepository>
   ...
</settings>

If localRepository is set the given path should be used to locate the repository instead of ~/.m2/repository. The migrator ignores this setting.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (1 by maintainers)

Most upvoted comments