Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-21252

Add checking for non .*-versions to sync-properties-maven-plugin

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.8.0
    • 4.4.4, 4.8.1, 4.9.0
    • tooling
    • None
    • Unknown

    Description

      sync-properties-maven-plugin only synchronizes properties that fit the pattern 

      @Parameter(defaultValue = ".*-version") 

      which means that properties like

      <zeebe.version>8.5.7</zeebe.version> 

      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.

      Attachments

        Issue Links

          Activity

            People

              tcunning Thomas Cunningham
              tcunning Thomas Cunningham
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: