I am having the mvn install Build Failure issue with jfree.chart jar having issue with latest version of IntelliJ 2020.2. I am using maven 3.6.3.
The same mvn install works fine for my colleague who has 2019 of IntelliJ.
I think i had some corrupted repo on my .m2 folder. After i remove the .m2\repositories folder and ran "mvn -U clean install". My issue got resolved. Thanks everyone for offering me the help.