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

djencks pushed a commit to branch camel-3.13.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1415490e8225bdcbeedea2f5ba75f4c15ff45be4
Author: David Jencks <djen...@apache.org>
AuthorDate: Sun Dec 19 10:49:59 2021 -0800

    tooling/config changes to remove cq adoc bits
---
 docs/components/antora.yml                                         | 1 -
 .../java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java    | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/docs/components/antora.yml b/docs/components/antora.yml
index deb67fb..1ddaea5 100644
--- a/docs/components/antora.yml
+++ b/docs/components/antora.yml
@@ -34,4 +34,3 @@ asciidoc:
   attributes:
     index-table-format: width="100%",cols="4,3,3,3,6",options="header"
 #  | Data Format | Artifact | Support Level | Since | Description
-    cq-version: next
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java
index 59dad536..cc55c1b 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java
@@ -505,13 +505,6 @@ public class UpdateReadmeMojo extends 
AbstractGeneratorMojo {
                 }
             }
 
-            // quarkus include pages should not be for EIP models
-            if (!"model".equals(model.getKind())) {
-                newLines.add(
-                        
"include::{cq-version}@camel-quarkus:ROOT:partial$reference/" + kind + "s/" + 
name
-                             + ".adoc[opts=optional]");
-            }
-
             if (!manualAttributes.isEmpty()) {
                 newLines.add("//Manually maintained attributes");
                 for (Map.Entry<String, String> entry : 
manualAttributes.entrySet()) {

Reply via email to