Re: Renaming Dependencies

2021-03-26 Thread Nick Stolwijk
You could upload a relocation pom[1] or create a list of old and new groupId/ArtifactId combinations and use the oga-maven-plugin[2] to convert each project. Unfortunately that plugin only can fail your build and not output a warning. [1] https://maven.apache.org/guides/mini/guide-relocation.html

Renaming Dependencies

2021-03-26 Thread Martin Bradley
Hi Folks, A large company moved to Maven and uploaded many of their non public jars into the private company repository. Many of these dependencies were uploaded without using standard group/artifact id. This is not easily fixed because many projects reference those group/artifact coordinates,