JiriOndrusek commented on PR #8814:
URL: https://github.com/apache/camel-quarkus/pull/8814#issuecomment-4854550333
> e org.l2x6.cq:cq-maven-plugin ?
You are right, when an extension is created via `./mvnw cq:create -N
-Dcq.artifactIdBase=???`, the description is copied from the catalog.
1 - which brings me to an idea, do we want to keep descriptions duplicated
in non-generatad files? Like in case we try to avoid mistake/typos/omited words
from Camel catalog. Wouldn't be the best approach to delete almost all
descriptions in the runtime/pom.xml?
Thus using tooling to generate current descriptions for the *.adoc based
on the catalog? -> which is what this PR does
If this approach is used, the **plugin can be enhanced** to not create a
description field. Perhaps even put a comment like <!-- use description from
catalog -->
2 - I Can change the PR to keep descriptions in all extensions and make sure
that they are the same as Catalog ones (except a few exception possibly) ->
this approach is much harder to maintain
@gansheer , @jamesnetherton WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]