소개
Optimizes the structure of Maven pom.xml files by enforcing strict dependency ordering and grouping rules. This skill organizes dependencies first by scope—compile, runtime, and test—and then by specific groupId priorities, including first-party project modules, specialized frameworks like Liftwizard and Dropwizard, and general third-party libraries. By implementing a standardized region comment structure, it improves the readability and maintainability of build configurations, ensuring a consistent layout across complex Java projects and making it easier for developers to navigate large dependency trees.