aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-05-27 14:52:22 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-05-27 14:56:01 +0100
commite3b323321d0313018e8d4c7363e621a5ed9b0d1a (patch)
tree402e3db98171ec9efd049e4b5bd65f75ec37859f /project
parent3a6b0b8a57eff8621c24f6a915a25823c4d5be61 (diff)
downloadspark-e3b323321d0313018e8d4c7363e621a5ed9b0d1a.tar.gz
spark-e3b323321d0313018e8d4c7363e621a5ed9b0d1a.tar.bz2
spark-e3b323321d0313018e8d4c7363e621a5ed9b0d1a.zip
Use ManagedStyle.Maven.
Diffstat (limited to 'project')
-rw-r--r--project/build/SparkProject.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/build/SparkProject.scala b/project/build/SparkProject.scala
index 3e60be7c0b..10850dfaea 100644
--- a/project/build/SparkProject.scala
+++ b/project/build/SparkProject.scala
@@ -105,4 +105,5 @@ trait DepJar extends AssemblyBuilder {
depJarOutputPath,
packageOptions)
}.dependsOn(compile).describedAs("Bundle project's dependencies into a JAR.")
+ override def managedStyle = ManagedStyle.Maven
}