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

false-positive rate #21

Closed doroniz closed 3 years ago

doroniz commented 3 years ago

Hi, I'm considering using this plugin does anyone know the false-positive rate?

jonathanlermitage commented 3 years ago

Hi @doroniz I have no idea of false-positives. The list of relocated is built from the maven index and some manual work, so there should not be false-positive.
Meanwhile, some users may want to stick to old artifacts. Per example, you may not be ready to move from java-ee to jakarta-ee. I am working on an ignore-list (see https://github.com/jonathanlermitage/oga-maven-plugin/issues/19), this way you can continue to use deprecated artifacts and the oga plugin won't generate warn/error messages.

doroniz commented 3 years ago

OK, got it. Thanks a lot.