Skip to content

Commit

Permalink
Remove scm information from quarkus-extension.yaml
Browse files Browse the repository at this point in the history
It's usually not necessary to add scm information to the quarkus-extension.yaml. Although https://quarkus.io/version/main/guides/extension-metadata#quarkus-extension-yaml does show an scm entry, it's in the 'this is what gets generated after the tooling enriches the data' section. Because the citrus pom.xml has scm information, we can be DRY and omit it from the metadata.

(I've also realised the example format in the docs is wrong, so the `scm:` information here is being ignored anyway, but that's a separate issue!)
  • Loading branch information
holly-cummins authored and christophd committed Feb 8, 2024
1 parent 7dfad50 commit 0c48227
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ metadata:
- "testing"
- "messaging"
- "integration"
scm:
url: "https://github.com/citrusframework/citrus"
status: "preview"

0 comments on commit 0c48227

Please sign in to comment.