mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 22:28:57 +02:00
Step 5 of #7640 — removes the compile-time dependency on lm-ivy from main/ by creating a standalone sbt-ivy plugin module. - Create new sbt-ivy/ subproject with IvyDependencyPlugin AutoPlugin that provides all Ivy-specific functionality (ivySbt, ivyModule, ivyConfiguration, publisher, projectDescriptors, deliver/makeIvyXml) - Move IvyXml.scala from main/ to sbt-ivy/