You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/03/25 11:21:24 UTC

[camel-quarkus] 13/14: Disable doc xref checks as there is no camel-3.9.x branch yet

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 c3e20c0301754665788554021bf199e7992cdd4d
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Mar 25 07:04:34 2021 +0000

    Disable doc xref checks as there is no camel-3.9.x branch yet
---
 docs/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index ad9d098..44b8ce7 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -127,7 +127,8 @@
                                     <goal>exec</goal>
                                 </goals>
                                 <phase>verify</phase>
-                                <configuration>
+				<configuration>
+                                    <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>