kordamp / pomchecker

🦉 Maven POM syntax checker
Apache License 2.0
65 stars 11 forks source link

Support relocated artifacts #30

Closed gastaldi closed 1 month ago

gastaldi commented 1 month ago
gastaldi commented 1 month ago

/cc @aalmiray

aalmiray commented 1 month ago

According to the guide the relocation block should contain only the elements that were changed, which could be groupId, artifactId, and/or version.

This PR treats groupId as required. Instead, it should check if any of groupId, artifactId, version are defined.

aalmiray commented 1 month ago

Thanks 😄

aalmiray commented 1 month ago

Manually verified changes with a local build and latest JReleaser updates. Posting a release soon.