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 _ )