aboutsummaryrefslogtreecommitdiff
path: root/project/project
diff options
context:
space:
mode:
Diffstat (limited to 'project/project')
-rw-r--r--project/project/SparkPluginBuild.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala
new file mode 100644
index 0000000000..999611982a
--- /dev/null
+++ b/project/project/SparkPluginBuild.scala
@@ -0,0 +1,7 @@
+import sbt._
+
+object SparkPluginDef extends Build {
+ lazy val root = Project("plugins", file(".")) dependsOn(junitXmlListener)
+ /* This is not published in a Maven repository, so we get it from GitHub directly */
+ lazy val junitXmlListener = uri("git://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce")
+} \ No newline at end of file