summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-05-06 21:28:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-06 21:28:39 +0000
commit5ee934dfebcc39b8a28cd34fd03fa38ce662a375 (patch)
tree0e055632a9fd8ce6ffe58e8957fda234c852fecc
parentdb4e14f1a8d0a0aa0b4b39ac74242ac0962e7f47 (diff)
Revert "Run Documentation formatting in parallel"
This reverts commit db4e14f1a8d0a0aa0b4b39ac74242ac0962e7f47. Running AsciiDoc in parallel swamps some hardware, and there is no portable way to get the number of available cores. Since it is apparent the contributors want to keep using Maven, lets just go with correct and slow. Change-Id: I71c2c902dc1553b0316c21aaf48b481ffe0aaec6
-rw-r--r--gerrit-war/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/gerrit-war/pom.xml b/gerrit-war/pom.xml
index a71d28b072..71ed71ecc3 100644
--- a/gerrit-war/pom.xml
+++ b/gerrit-war/pom.xml
@@ -251,7 +251,6 @@ limitations under the License.
<arg value="VERSION=${project.version}" />
<arg value="clean" />
<arg value="all" />
- <arg value="-j8" />
</exec>
<mkdir dir="${dst}" />
@@ -279,7 +278,6 @@ limitations under the License.
<arg value="VERSION=${project.version}" />
<arg value="clean" />
<arg value="all" />
- <arg value="-j8" />
</exec>
<mkdir dir="${dst}" />