-
Notifications
You must be signed in to change notification settings - Fork 1k
[2.x] Ivyless Maven repo publish #8688
Copy link
Copy link
Closed
Description
This is part of #7639.
Expectations
Implement Ivyless publish task, which publishes to a Maven repo.
- Set up a scripted test such that an Unfiltered http server accepts upload to
repodirectory. (See https://github.com/eed3si9n/gigahorse/blob/develop/common-test/src/main/scala/gigahorsetest/TestPlan.scala for example) - Set up a scripted test such that
publishcan publish to the said HTTP server. - Run scripted test such that when
useIvyis set tofalseit will produce the identical set of files. - Support credentials - https://www.scala-sbt.org/1.x/docs/Publishing.html#Credentials
Note
publishMavenStyle := true
publishTo := Some(MavenCache("local-maven", file("path/to/maven-repo/releases")))
publishTo := Some("sonatype1" at "http://localhost:1234")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels