summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-05-06 21:28:39 +0000
committerShawn Pearce <sop@google.com>2013-05-06 15:36:34 -0700
commita1c15ea10d9fba9224e601bbb58fe980aaaa8542 (patch)
tree20bcd9c2be393aaaa0b2362ab40aec11448cc31b
parentc5f4ab29e64d5b7ab32a28454b91172fba19f762 (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 3702d9857c..b359079e56 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}" />