Skip to content
Snippets Groups Projects
Commit a9ea14d6 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #318 from tomdz/master

Minor tweaks to the debian build
parents ccff0a08 0e5b1f79
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,9 @@ ...@@ -248,7 +248,9 @@
<goal>jdeb</goal> <goal>jdeb</goal>
</goals> </goals>
<configuration> <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> <dataSet>
<data> <data>
<src>${project.build.directory}/${project.artifactId}-${project.version}-shaded-${classifier}.jar</src> <src>${project.build.directory}/${project.artifactId}-${project.version}-shaded-${classifier}.jar</src>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment