Clear Maven Cache: Solution to transitive dependencies not updating on clean install
Follow these steps when maven clean install just doesn’t update the transitive dependencies in nested projects. rm -rf .m2/repository/path-to-your-library cd yo...
Follow these steps when maven clean install just doesn’t update the transitive dependencies in nested projects. rm -rf .m2/repository/path-to-your-library cd yo...
Problem: Maven package gives this compile time error when using Open JDK. Fatal error compiling[m: java.lang.ExceptionInInitializerError: com.sun.tools.jav...