Author: buildbot Date: Wed Sep 26 12:17:27 2012 New Revision: 833063 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/building.html websites/production/camel/content/cache/main.pageCache Modified: websites/production/camel/content/building.html ============================================================================== --- websites/production/camel/content/building.html (original) +++ websites/production/camel/content/building.html Wed Sep 26 12:17:27 2012 @@ -109,7 +109,7 @@ set MAVEN_OPTS=<span class="code-quote"> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> -mvn install +mvn clean install </pre> </div></div> @@ -121,6 +121,14 @@ mvn clean install -Pfastinstall </pre> </div></div> +<h3><a shape="rect" name="Building-Anormalbuildwithoutrunningtestsbutcheckstyleverificationenabled"></a>A normal build without running tests but checkstyle verification enabled</h3> + +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<pre class="code-java"> +mvn clean install -Pfastinstall,sourcecheck +</pre> +</div></div> + <h3><a shape="rect" name="Building-DoingaQuickBuild"></a>Doing a Quick Build</h3> <p><b>Available as of Camel 2.6</b></p> @@ -206,7 +214,6 @@ mvn clean install -Pvalidate <h3><a shape="rect" name="Building-SeeAlso"></a>See Also</h3> <ul><li><a shape="rect" href="running-unit-tests.html" title="Running Unit Tests">Running Unit Tests</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li></ul> - </div> </td> <td valign="top"> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available.