aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-12-10 10:58:56 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-12-10 10:58:56 -0800
commitccff0a089a84fed9fab19837bf0f5695c358d918 (patch)
tree8dfbec1d353fd0b652438317bf626cce97852c8f /examples/pom.xml
parentbeb440089ec5a9fa89255c2932f7f8e98c6a4b7c (diff)
downloadspark-ccff0a089a84fed9fab19837bf0f5695c358d918.tar.gz
spark-ccff0a089a84fed9fab19837bf0f5695c358d918.tar.bz2
spark-ccff0a089a84fed9fab19837bf0f5695c358d918.zip
Use the same output directories that SBT had in subprojects
This will make it easier to make the "run" script work with a Maven build
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 3722203465..d2643f046c 100644
--- a/examples/pom.xml
+++ b/examples/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>