[
https://issues.apache.org/jira/browse/CAMEL-21252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Cunningham updated CAMEL-21252:
--------------------------------------
Attachment: image-2024-10-10-15-37-24-689.png
> Add checking for non .*-versions to sync-properties-maven-plugin
> ----------------------------------------------------------------
>
> Key: CAMEL-21252
> URL: https://issues.apache.org/jira/browse/CAMEL-21252
> Project: Camel
> Issue Type: Task
> Components: tooling
> Affects Versions: 4.8.0
> Reporter: Thomas Cunningham
> Assignee: Thomas Cunningham
> Priority: Major
> Fix For: 4.4.4, 4.8.1, 4.9.0
>
> Attachments: image-2024-10-10-15-37-24-689.png
>
>
> sync-properties-maven-plugin only synchronizes properties that fit the
> pattern
> {code:java}
> @Parameter(defaultValue = ".*-version") {code}
> which means that properties like
> {code:java}
> <zeebe.version>8.5.7</zeebe.version> {code}
> [https://github.com/apache/camel/blob/main/parent/pom.xml#L504C9-L504C45]
> are allowed but do not get synced to camel-dependencies. I'd like to add
> a check for properties not meeting that pattern and fix the zeebe.version->
> zeebe-version so that it gets generated in camel-dependencies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)