Thomas Cunningham created CAMEL-21252:
-----------------------------------------
Summary: 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: Bug
Components: tooling
Affects Versions: 4.8.0
Reporter: Thomas Cunningham
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)