Fix doc update script
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 @@
 
 # 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