aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorThomas Dudziak <tomdzk@gmail.com>2012-12-10 10:30:30 -0800
committerThomas Dudziak <tomdzk@gmail.com>2012-12-10 10:30:30 -0800
commit0e5b1f7981be4df3263692f898fa8974129800a8 (patch)
tree4fc381a21b8ad19850a7dcb7d328afe999441e1c /repl
parentbeb440089ec5a9fa89255c2932f7f8e98c6a4b7c (diff)
downloadspark-0e5b1f7981be4df3263692f898fa8974129800a8.tar.gz
spark-0e5b1f7981be4df3263692f898fa8974129800a8.tar.bz2
spark-0e5b1f7981be4df3263692f898fa8974129800a8.zip
Minor tweaks to the debian build
Diffstat (limited to 'repl')
-rw-r--r--repl/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index e8dc0ff67b..431e24b300 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -246,7 +246,9 @@
<goal>jdeb</goal>
</goals>
<configuration>
- <deb>${project.build.directory}/${project.artifactId}-${classifier}_${project.version}-${buildNumber}.deb</deb>
+ <deb>${project.build.directory}/${project.artifactId}-${classifier}_${project.version}-${buildNumber}_all.deb</deb>
+ <attach>false</attach>
+ <compression>gzip</compression>
<dataSet>
<data>
<src>${project.build.directory}/${project.artifactId}-${project.version}-shaded-${classifier}.jar</src>