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

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

commit 353cc54b220a7f90e0ec59a36972591c84ace6ed
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Thu Jun 24 14:24:54 2021 +0200

    Disable xref checks as long as there is no 3.11.x branch of Camel docs
---
 docs/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/pom.xml b/docs/pom.xml
index a40a321..37272bf 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -31,6 +31,12 @@
 
     <name>Camel Quarkus :: Documentation</name>
 
+    <properties>
+        <!-- Disable xref checks as long as there is no 3.11.x branch of Camel 
docs -->
+        <skip.installyarn>true</skip.installyarn>
+        <skip.yarn>true</skip.yarn>
+    </properties>
+
     <build>
         <plugins>
             <plugin>

Reply via email to