From 70f2d56604a36a3c31b4dde8c0e811be0e32e230 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 14 Apr 2012 19:51:09 -0400 Subject: [PATCH] revert publishing poms: two different metadata representations results in incorrect dependencies --- project/Util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Util.scala b/project/Util.scala index a9f96f877..5acd961a2 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -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 _ )