leujean02 opened a new pull request, #15739:
URL: https://github.com/apache/pinot/pull/15739

   Created a custom Maven Enforcer rule (`PinotCustomDependencyVersionRule`) to 
enforce Dependency Management Guidelines across all the POM files in Pinot. 
Specifically, it ensures the following:
   
   - Root POM does not declare hardcoded versions directly in 
`<dependencyManagement>`. All versions must use property references
   - Root POM does not declare direct `<dependencies>`. All dependencies must 
be managed via `<dependencyManagement>`.
   - Submodule POMs do not declare `<version>` tags
   - Skips specific modules: 
`pinot-plugins,pinot-connectors,pinot-integration-tests,pinot-tools,contrib,pinot-dependency-verifier`
   
   cc @UOETianleZhang @siddharthteotia 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to