diff --git a/repl/pom.xml b/repl/pom.xml index f6328812dd84642d5676632b8c37a9f62accfe3d..debd4418a7a8306d76932c0e791d3d5154316b79 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -248,7 +248,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>