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/11/17 15:39:20 UTC

[camel-quarkus] 05/05: Disable docs xref checks until #3307 is fixed

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

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

commit 135c76a7cf7ac6200659587f3e359f7cb71df90c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Nov 17 12:35:40 2021 +0000

    Disable docs xref checks until #3307 is fixed
---
 docs/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/pom.xml b/docs/pom.xml
index fe11a88..8746dce 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -110,6 +110,7 @@
                                     <arguments>install --immutable</arguments>
                                 </configuration>
                             </execution>
+                            <!-- TODO: Enable checks once docs issues are fixed https://github.com/apache/camel-quarkus/issues/3307
                             <execution>
                                 <id>antora-xref-check</id>
                                 <goals>
@@ -120,6 +121,7 @@
                                     <arguments>run checks</arguments>
                                 </configuration>
                             </execution>
+                            -->
                         </executions>
                     </plugin>
                 </plugins>