Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@76afa68
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed May 24, 2022
1 parent a282973 commit 395512d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ langdoc-client-java: langdoc-init
cd kurento-java
[ "false" = "true" ] && git checkout "6.16.0"
cd kurento-client || { echo "ERROR: 'cd' failed, ls:"; ls -lA; exit 1; }
mvn --batch-mode --quiet -Psnapshot clean package \
-DskipTests || { echo "ERROR: 'mvn clean' failed"; exit 1; }
mvn --batch-mode --quiet -Psnapshot -DskipTests=true clean package \
|| { echo "ERROR: 'mvn clean package' failed"; exit 1; }
mvn --batch-mode --quiet javadoc:javadoc \
-DreportOutputDirectory="$(DESTPATH)" -DdestDir="client-javadoc" \
-DreportOutputDirectory="$(DESTPATH)" \
-DdestDir="client-javadoc" \
-Dsourcepath="src/main/java:target/generated-sources/kmd" \
-Dsubpackages="org.kurento.client" -DexcludePackageNames="*.internal" \
-Dsubpackages="org.kurento.client" \
-DexcludePackageNames="*.internal" \
|| { echo "ERROR: 'mvn javadoc' failed"; exit 1; }

langdoc-client-js: langdoc-init
Expand Down
2 changes: 2 additions & 0 deletions source/project/relnotes/v6_18_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ One of the latest (if not the last) releases of the 6.x branch of Kurento; this

To install Kurento Media Server: :doc:`/user/installation`.

.. contents:: Table of Contents



Added
Expand Down

0 comments on commit 395512d

Please sign in to comment.