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.
|
# cloud-build-api-doc.sh -- builds api documentation.
|
||||||
#set -x
|
#set -x
|
||||||
set -u
|
#set -u
|
||||||
TARGETJARDIR="$1"
|
TARGETJARDIR="$1"
|
||||||
shift
|
shift
|
||||||
DEPSDIR="$1"
|
DEPSDIR="$1"
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>bash</executable>
|
<executable>bash</executable>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-x</argument>
|
|
||||||
<argument>./build-apidoc.sh</argument>
|
<argument>./build-apidoc.sh</argument>
|
||||||
<argument>${client.config.jars}</argument>
|
<argument>${client.config.jars}</argument>
|
||||||
<argument>${client.config.jars}</argument>
|
<argument>${client.config.jars}</argument>
|
||||||
|
|
@ -63,7 +62,7 @@
|
||||||
<workingDirectory>target</workingDirectory>
|
<workingDirectory>target</workingDirectory>
|
||||||
<executable>tar</executable>
|
<executable>tar</executable>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-cvjf</argument>
|
<argument>-cjf</argument>
|
||||||
<argument>apidoc.tar.bz2</argument>
|
<argument>apidoc.tar.bz2</argument>
|
||||||
<argument>xmldoc</argument>
|
<argument>xmldoc</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue