Skip to content

Instantly share code, notes, and snippets.

import sbt._
import Keys._
import sbt.Classpaths.publishTask
/* code for https://groups.google.com/forum/?fromgroups=#!searchin/simple-build-tool/m2/simple-build-tool/BLir3V_3ajY/YQZ5vobWatoJ
title: publish-local to both .m2 and .ivy2
use "sbt pl" to publish to both local repositories
*/
object DemoBuild extends Build {