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

Update definitions #5

Closed froque closed 3 years ago

froque commented 3 years ago

I have followed upon the suggestion in #1 and created a crawler to list all relocated maven packages.

It took more than a week to run and hundreds of gigabytes in disk space to keep all the million of pom.xml files

This is a fine strategy to bootstrap the JSON file, but I don't think it is a good strategy to keep the file up to date.

The JSON file is (manually) ordered alphabetically by old groupid.

This has already paid off in my company projects: https://github.com/premium-minds/billy/pull/136

jonathanlermitage commented 3 years ago

Awesome! Thank you very much! :+1: