blob: be822683d912fef87cc840b6e54d4cd7092e98b0 [file] [log] [blame]
<div class="wiki-content maincontent">
<p>We currently use a multi-project maven build system, which can be a little fragile. If you are ever having problems building we suggest you try the following in the root <em>activemq</em> directory</p>
<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
mvn clean
rm -rf ~/.m2/repository
mvn
</pre>
</div></div>
<p>You may also want to <a shape="rect" href="how-do-i-build-but-disable-the-unit-tests.html">disable the unit tests</a></p></div>