mirror of https://github.com/apache/cloudstack.git
Make apidoc generation less verbose -- makes it hard to figure out what is going on with the rest of the build
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
This commit is contained in:
parent
a0ab16b8fc
commit
8166264530
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
# cloud-build-api-doc.sh -- builds api documentation.
|
||||
#set -x
|
||||
set -u
|
||||
#set -u
|
||||
TARGETJARDIR="$1"
|
||||
shift
|
||||
DEPSDIR="$1"
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
<configuration>
|
||||
<executable>bash</executable>
|
||||
<arguments>
|
||||
<argument>-x</argument>
|
||||
<argument>./build-apidoc.sh</argument>
|
||||
<argument>${client.config.jars}</argument>
|
||||
<argument>${client.config.jars}</argument>
|
||||
|
|
@ -63,7 +62,7 @@
|
|||
<workingDirectory>target</workingDirectory>
|
||||
<executable>tar</executable>
|
||||
<arguments>
|
||||
<argument>-cvjf</argument>
|
||||
<argument>-cjf</argument>
|
||||
<argument>apidoc.tar.bz2</argument>
|
||||
<argument>xmldoc</argument>
|
||||
</arguments>
|
||||
|
|
|
|||
Loading…
Reference in New Issue