Can a maven mojo relying on Aether be compatible with Maven 3.0.x and 3.1.x?

前端 未结 1 1012
眼角桃花
眼角桃花 2021-02-15 07:00

The 3.1.0 release of Maven relies on Eclipse Aether (org.eclipse.aether) instead of Sonatype Aether (org.sonatype.aether). This seems to break compatibility for plugins relying

1条回答
  •  孤城傲影
    2021-02-15 07:32

    Most of these plugins depend on the Maven Dependency Tree, which is capable to collect the right set of dependencies no matter the Maven Version. Version 2.1 was released to support Eclipse Aether next to Sonatype Aether If your plugin can use this component, you should be save.

    0 讨论(0)
提交回复
热议问题