aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-04-23 10:19:32 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-23 10:19:32 -0700
commitcd4ed293262e2349794c13467d1737974385c019 (patch)
treec6cc98ccfaab8c59a41dd4771e97e9f872ec1727 /examples/pom.xml
parent39f85e0322cfecefbc30e7d5a30356cfab1e9640 (diff)
downloadspark-cd4ed293262e2349794c13467d1737974385c019.tar.gz
spark-cd4ed293262e2349794c13467d1737974385c019.tar.bz2
spark-cd4ed293262e2349794c13467d1737974385c019.zip
SPARK-1119 and other build improvements
1. Makes assembly and examples jar naming consistent in maven/sbt. 2. Updates make-distribution.sh to use Maven and fixes some bugs. 3. Updates the create-release script to call make-distribution script. Author: Patrick Wendell <pwendell@gmail.com> Closes #502 from pwendell/make-distribution and squashes the following commits: 1a97f0d [Patrick Wendell] SPARK-1119 and other build improvements
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 0b6212b5d1..704d6df7c5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -187,7 +187,7 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
- <outputFile>${project.build.directory}/scala-${scala.binary.version}/${project.artifactId}-assembly-${project.version}.jar</outputFile>
+ <outputFile>${project.build.directory}/scala-${scala.binary.version}/spark-examples-${project.version}-hadoop${hadoop.version}.jar</outputFile>
<artifactSet>
<includes>
<include>*:*</include>