diff --git a/repl/pom.xml b/repl/pom.xml
index e8dc0ff67b2b0b6b4a86067f4da38d6196ada2d9..431e24b300e78ab4ac0d147cb71fc7ad006108b7 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>