diff --git spark/pom.xml spark/pom.xml
index a5dcaaf..4d76bff 100644
--- spark/pom.xml
+++ spark/pom.xml
@@ -148,6 +148,36 @@
warbucks-maven-plugin
1.1.0
+
+ net.alchim31.maven
+ scala-maven-plugin
+ 3.4.4
+
+ ${project.build.sourceEncoding}
+
+ -Xmx1024m
+
+ ${scala.version}
+ ${scala.binary.version}
+
+
+
+ scala-compile-first
+ process-resources
+
+ add-source
+ compile
+
+
+
+ scala-test-compile
+ process-test-resources
+
+ testCompile
+
+
+
+