mirror of https://github.com/sbt/sbt.git
revert publishing poms: two different metadata representations results in incorrect dependencies
This commit is contained in:
parent
fa725ef9c9
commit
70f2d56604
|
|
@ -73,7 +73,7 @@ object Util
|
||||||
def srcID = "compiler-interface-src"
|
def srcID = "compiler-interface-src"
|
||||||
|
|
||||||
def publishPomSettings: Seq[Setting[_]] = Seq(
|
def publishPomSettings: Seq[Setting[_]] = Seq(
|
||||||
publishArtifact in makePom := true,
|
publishArtifact in makePom := false,
|
||||||
pomPostProcess := cleanPom _
|
pomPostProcess := cleanPom _
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue