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

jamesnetherton pushed a commit to branch camel-3.9.0-upgrade
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 006c712934e17a219f317aac690d80163255648a
Author: James Netherton <jamesnether...@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>

Reply via email to