aboutsummaryrefslogtreecommitdiff
path: root/bagel
diff options
context:
space:
mode:
Diffstat (limited to 'bagel')
-rw-r--r--bagel/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 1b7f8a9667..b462801589 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -32,6 +32,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>
@@ -98,4 +100,4 @@
</build>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>