Closed froque closed 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
Awesome! Thank you very much! :+1:
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