aboutsummaryrefslogtreecommitdiff
path: root/repl-bin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'repl-bin/pom.xml')
-rw-r--r--repl-bin/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index 72a946f3d7..0667b71cc7 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -15,7 +15,8 @@
<url>http://spark-project.org/</url>
<properties>
- <deb.install.path>/usr/share/spark</deb.install.path>
+ <deb.pkg.name>spark-${classifier}</deb.pkg.name>
+ <deb.install.path>/usr/share/spark-${classifier}</deb.install.path>
<deb.user>root</deb.user>
</properties>
@@ -183,7 +184,7 @@
<goal>jdeb</goal>
</goals>
<configuration>
- <deb>${project.build.directory}/${project.artifactId}-${classifier}_${project.version}-${buildNumber}_all.deb</deb>
+ <deb>${project.build.directory}/${deb.pkg.name}_${project.version}-${buildNumber}_all.deb</deb>
<attach>false</attach>
<compression>gzip</compression>
<dataSet>