This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git

commit dcec60ba62a6244d03e54d061da3ed1d8a33fbfa
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Oct 11 17:23:50 2019 +0300

    Fix doc update script
---
 build-asciidocs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-asciidocs.sh b/build-asciidocs.sh
index 921d3e1..49f1f71 100755
--- a/build-asciidocs.sh
+++ b/build-asciidocs.sh
@@ -96,7 +96,7 @@ cd  "$CAYENNE_TMP_DIR/docs/asciidoc/"
 
 # build it
 echo "Running Maven build... it can take a while..."
-mvn install -q -DskipTests -Dcayenne.version=${VERSION} > /dev/null 2>&1
+mvn install -Passembly -DskipTests -Dcayenne.version=${VERSION} > /dev/null 
2>&1
 echo "Maven build complete"
 
 # copy everything from ./docs/asciidoc/**/target/site/** directories

Reply via email to