You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/12/20 17:27:40 UTC

[camel] 01/03: tooling/config changes to remove cq adoc bits

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

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

commit 59934239ec1c67b730969e787bf2cecd63acfaf7
Author: David Jencks <dj...@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 16debba..9f6c302 100644
--- a/docs/components/antora.yml
+++ b/docs/components/antora.yml
@@ -36,4 +36,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()) {