You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/10/04 19:15:56 UTC

[unomi] 01/01: UNOMI-663 V2 release - Update manual generation to generate files for V2.

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

shuber pushed a commit to branch UNOMI-663-v2-release
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 2bcd494002ac4f3e34f99fec22a1368b7d1ca054
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue Oct 4 21:15:48 2022 +0200

    UNOMI-663 V2 release
    - Update manual generation to generate files for V2.
---
 generate-site-and-upload.sh | 1 +
 generate-site.sh            | 1 +
 2 files changed, 2 insertions(+)

diff --git a/generate-site-and-upload.sh b/generate-site-and-upload.sh
index db60f75ad..cdfe73fb9 100755
--- a/generate-site-and-upload.sh
+++ b/generate-site-and-upload.sh
@@ -31,6 +31,7 @@ mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.3/asciidoc -Ddoc.output.pdf=t
 mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.4/asciidoc -Ddoc.output.pdf=target/generated-docs/pdf/1_4_x -Ddoc.output.html=target/generated-docs/html/1_4_x -Ddoc.version=1_4_x -P sign verify
 mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.5/asciidoc -Ddoc.output.pdf=target/generated-docs/pdf/1_5_x -Ddoc.output.html=target/generated-docs/html/1_5_x -Ddoc.version=1_5_x -P sign verify
 mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.6/asciidoc -Ddoc.output.pdf=target/generated-docs/pdf/1_6_x -Ddoc.output.html=target/generated-docs/html/1_6_x -Ddoc.version=1_6_x -P sign verify
+mvn -Ddoc.archive=true -Ddoc.output.pdf=target/generated-docs/pdf/2_0_x -Ddoc.output.html=target/generated-docs/html/2_0_x -Ddoc.version=2_0_x -P sign install
 mvn  -P sign install
 cd ..
 echo Generating Javadoc...
diff --git a/generate-site.sh b/generate-site.sh
index ffff7a63d..d975c709e 100755
--- a/generate-site.sh
+++ b/generate-site.sh
@@ -26,6 +26,7 @@ mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.3/asciidoc -Ddoc.output.pdf=t
 mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.4/asciidoc -Ddoc.output.pdf=target/generated-docs/pdf/1_4_x -Ddoc.output.html=target/generated-docs/html/1_4_x -Ddoc.version=1_4_x -P sign verify
 mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.5/asciidoc -Ddoc.output.pdf=target/generated-docs/pdf/1_5_x -Ddoc.output.html=target/generated-docs/html/1_5_x -Ddoc.version=1_5_x -P sign verify
 mvn -Ddoc.archive=true -Ddoc.source=src/archives/1.6/asciidoc -Ddoc.output.pdf=target/generated-docs/pdf/1_6_x -Ddoc.output.html=target/generated-docs/html/1_6_x -Ddoc.version=1_6_x -P sign verify
+mvn -Ddoc.archive=true -Ddoc.output.pdf=target/generated-docs/pdf/2_0_x -Ddoc.output.html=target/generated-docs/html/2_0_x -Ddoc.version=2_0_x -P sign install
 mvn  -P sign install
 cd ..
 echo Generating Javadoc...