-
Notifications
You must be signed in to change notification settings - Fork 1k
[2.x] Ivyless publishing #7639
Copy link
Copy link
Closed
Labels
Milestone
Description
If we want to eventually drop Apache Ivy dependency, we'd need to implement our own JVM publishing without using Ivy.
For testing purpose it would be great if we can support:
publishM2(local Maven repo)-
publishLocal(local Ivy repo) - [2.x] Ivyless publishLocal #8631 publishwithpublishMavenStyle(Sonatype etc)-
publishwithoutpublishMavenStyle(private Artifactory repos?) - [2.x] Ivyless Ivy repo publish #8639 publishSigned(Maven Central with signing)
Likely this is a feature that is duplicated cross bunch of build tools.
Reactions are currently unavailable