[
https://issues.apache.org/jira/browse/CAMEL-11730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luca Burgazzoli updated CAMEL-11730:
------------------------------------
Description:
the connector json may have something like:
{code}
"connectorProperties": {
"myProp": { "kind": "property", "displayName": "xyz", ... }
},
{code}
was:
the connector json may have something like:
{code}
"connectorProperties": {
"myProp": { "kind": "property", "displayName": "xyz", ... }
},
{code}
Such properties are then added to the componentProperties in the generated
component schema.
> camel-connector-maven-plugin : it should be possible to configure connector
> only properties
> -------------------------------------------------------------------------------------------
>
> Key: CAMEL-11730
> URL: https://issues.apache.org/jira/browse/CAMEL-11730
> Project: Camel
> Issue Type: Improvement
> Components: camel-connector, tooling
> Reporter: Luca Burgazzoli
> Fix For: 2.20.0
>
>
> the connector json may have something like:
> {code}
> "connectorProperties": {
> "myProp": { "kind": "property", "displayName": "xyz", ... }
> },
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)