<div dir="ltr"><div><div>Hi guys,<br><br>there have been lots of questions about end results of new build, mostly all related to missing &quot;jar&quot; files in build distribution.<br></div><br></div><div>New build plugin now enables us to produce &quot;slim&quot; distribution of WildFly which does not include jar files in module directory<br>
but rather user jboss-modules feature to load resources from maven.<br></div><div>This slim/full distribution can be controlled in server-build.xml, which is config file for build plugin, by <b>copy-module-artifacts</b> flag.<br>
<br></div><div>By default in current build we have different settings for different modules / builds<br></div><div>by directories:<br></div><div><br></div><div>- build - produces slim distribution of whole server, which is used for integration testing <br>
</div><div>- web-build - produces &quot;web&quot; slim distribution<br></div><div>- dist - produces full inflated distribution with all jars in modules<br></div><br><div><div>and in wildfly-core, we have<br></div><div>- core-build - which produces inflated distribution, but will be switched back to slim after <a href="https://issues.jboss.org/browse/MODULES-194">MODULES-194</a> is fixed<br>
<br><br></div><div>So in short, if you need full distribution with all jars or slim distro doesn&#39;t work for you (<a href="https://issues.jboss.org/browse/WFLY-3596">WFLY-3596</a>) <br>either use build that you can find in &quot;dist/target&quot; or change config flag (just don&#39;t commit it back)<br>
<br></div><div>Also in similar spirit if you need zip/tar.gz distribution, then just run build with -Drelease <br>and you will get zip/tar.gz  in dist/target<br></div><div><br><br>--<br></div><div>tomaz<br></div><div><br>
</div><div><br><br><br></div></div></div>