blob: ce1e503d996ed2f9ad24429225e7b95f41918b56 [file] [log] [blame]
<div class="wiki-content maincontent"><h2>How do I build but disable the unit tests</h2>
<p>The test cases in ActiveMQ can take a very long time to run! <emoticon ac:name="smile"></emoticon></p>
<p>To disable this you can try the following</p>
<structured-macro ac:macro-id="a89a4ffe-28f9-4290-86b1-bbb13431bbc4" ac:name="code" ac:schema-version="1"><plain-text-body>
mvn install -Dmaven.test.skip=true
</plain-text-body></structured-macro></div>