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
38 stars 7 forks source link

add 'com.jcraft:jsch' to definitions #42

Closed merikan closed 2 years ago

merikan commented 2 years ago

com.jcraft:jsch is abandoned, use com.github.mwiede:jsch as a drop-in replacement

froque commented 2 years ago

This is not an official change of maven coordinates by the project. I do not think it should be merged as is.

But this information is still very useful.

Maybe we could create a second JSON file for popular forks of abandoned projects ?

jonathanlermitage commented 2 years ago

Maybe we could create a second JSON file for popular forks of abandoned projects ?

I agree, good idea!

merikan commented 2 years ago

Hi all That is correct that it's not an official relocation of the project because it looks like it's abandoned. When I did the PR I was thinking about this but decided to push it anyway. Who am I to decide which fork is the correct one :-)

Sounds like a great idea to have separate json for abandoned/stalled projects. Perhaps we should then have the opportunity to point to several alternative projects in case of multiple forks?