aboutsummaryrefslogtreecommitdiff
path: root/repl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'repl/pom.xml')
-rw-r--r--repl/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index 431e24b300..debd4418a7 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -53,6 +53,8 @@
</dependency>
</dependencies>
<build>
+ <outputDirectory>target/scala-${scala.version}/classes</outputDirectory>
+ <testOutputDirectory>target/scala-${scala.version}/test-classes</testOutputDirectory>
<plugins>
<plugin>
<groupId>org.scalatest</groupId>