revert publishing poms: two different metadata representations results in incorrect dependencies

This commit is contained in:
Mark Harrah 2012-04-14 19:51:09 -04:00
parent fa725ef9c9
commit 70f2d56604
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ object Util
def srcID = "compiler-interface-src"
def publishPomSettings: Seq[Setting[_]] = Seq(
publishArtifact in makePom := true,
publishArtifact in makePom := false,
pomPostProcess := cleanPom _
)