Skip to content

Commit

Permalink
Enable distributions on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Mar 1, 2017
1 parent 367129e commit 667ca7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oxalis-distribution/src/main/assembly/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<!-- The output produced. Everybody can open .zip files -->
<formats>
<format>dir</format>
<format>zip</format>
<format>tar.gz</format>
<format>zip</format>
</formats>

<files>
Expand Down
2 changes: 2 additions & 0 deletions oxalis-server/src/main/assembly/assembly-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<id>full</id>
<formats>
<format>dir</format>
<format>tar.gz</format>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@
<version>1.9.4</version>
</dependency>
</dependencies>
<configuration>
<arguments>-Pdist</arguments>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 667ca7c

Please sign in to comment.