This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 433dbf530130ea4d136f31536de876fa0dfe696a Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Feb 10 10:52:56 2021 +0000 Disable anotra xref checks due to #2226 --- docs/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pom.xml b/docs/pom.xml index 0fd9d4a..2038170 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -128,6 +128,8 @@ </goals> <phase>verify</phase> <configuration> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/2226 --> + <skip>true</skip> <executable>${project.basedir}/node/node</executable> <commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js --non-interactive antora --generator @antora/xref-validator --fetch antora-playbook.yml --stacktrace</commandlineArgs> </configuration>