Skip to content

Commit

Permalink
SCB-346 Added the alpha-server into binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Mar 5, 2018
1 parent 0af7063 commit 7baa784
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions saga-distribution/src/assembly/bin.xml
Expand Up @@ -54,6 +54,15 @@
<include>LICENSE</include>
</includes>
</fileSet>
<!-- include alpha server exec into bin directory -->
<fileSet>
<directory>../alpha/alpha-server/target/saga/</directory>
<outputDirectory>saga-distribution-${project.version}</outputDirectory>
<includes>
<include>alpha-server-${project.version}-exec.jar</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
Expand Down

0 comments on commit 7baa784

Please sign in to comment.