spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

Respect the project order in reactor projects given by plugin dependencies.

Open fabapp2 opened this issue 2 years ago • 0 comments

Currently, MavenProjectAnalyzer does not respect plugin information affecting the project order as specified here:

https://maven.apache.org/guides/mini/guide-multiple-modules.html#reactor-sorting

These are missing:

  • a plugin declaration where the plugin is another module in the build
  • a plugin dependency on another module in the build
  • a build extension declaration on another module in the build

fabapp2 avatar Sep 28 '23 10:09 fabapp2