jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
42 stars 7 forks source link

Use injection for maven project instead of reading from pom.xml #3

Closed froque closed 3 years ago

froque commented 3 years ago

The previous solutions is not compatible with a project with multiples modules.

See: https://stackoverflow.com/questions/10606293/java-maven-mojo-getting-information-from-project-pom/63320868#63320868

jonathanlermitage commented 3 years ago

Thx!