This is a sample artifact resolver for troublesome Maven 1.x projects that cannot be upgraded to Maven 2.x.
- This is a quick and dirty script to solve a problem. This repo is for information purposes only and not to be relied upon for production use: it has only been open-sourced for the purpose of demonstration. It is untested and will not be maintained.*
pip3 install -r requirements.txt- Create and use an envvar for
MAVEN1_REPO_PATH(egexport MAVEN1_REPO_PATH="/Users/jamie/.maven/repository") - Create
unresolved_dependencies.txtand fill with the log from "The build cannot continue because of the following unsatisfied dependencies:" step inmaven distor similar. An example can be found inunresolved_dependencies.txt.sample. python3 app.py