Skip to content
Snippets Groups Projects
Commit 6fee76d6 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

publish-local should go to maven + ivy by default

parent 3b348f90
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ object SparkBuild extends Build {
// A configuration to set an alternative publishLocalConfiguration
lazy val MavenCompile = config("m2r") extend(Compile)
lazy val publishLocalBoth = TaskKey[Unit]("pl", "publish local for m2 and ivy")
lazy val publishLocalBoth = TaskKey[Unit]("publish-local", "publish local for m2 and ivy")
def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.spark-project",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment