Skip to content

Commit

Permalink
HSEARCH-2975 Skip exploding the built WildFly modules by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Dec 11, 2017
1 parent 86934a1 commit 0ffe4c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/src/main/assembly/dist.xml
Expand Up @@ -9,7 +9,10 @@
<id>wildfly-11-dist</id>
<formats>
<format>zip</format>
<format>dir</format> <!-- For ease of debugging only -->
<!-- Uncomment the following line to simplify content inspection: -->
<!--
<format>dir</format>
-->
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<baseDirectory>/</baseDirectory>
Expand Down

0 comments on commit 0ffe4c4

Please sign in to comment.