Skip to content

Conversation

RanVaknin
Copy link
Contributor

  1. fixes grep -q "<dependency>.*$MODULE_NAME</dependency>" since it doesnt account for mult-line xml code blocks like:
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>utils-lite</artifactId>
    <version>${awsjavasdk.version}</version>
</dependency>

Changed to grep -q "<artifactId>$MODULE_NAME</artifactId>" , the same validation we have for the bom file.

  1. Adds new validations needed for maven central (meta xml tags like name,description and url). This is is super important because it will fail to publish otherwise. We ideally want to catch this stuff in our CI.

@RanVaknin RanVaknin requested a review from a team as a code owner September 4, 2025 23:15
Copy link

sonarqubecloud bot commented Sep 5, 2025

@RanVaknin RanVaknin enabled auto-merge September 5, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants