I have Maven and Nexus configured in my project and now I need to get the latest version of JUnit into my Nexus.
If I search Nexus, it shows the latest version available on Maven Central, but how do I download it ?
I don't even know in which repository the existing JUnit lies. I have about 15 repositories in Nexus and I'm not able to really find it.
So, in short:
- Where do I find my existing JUnit version in Nexus local and how?
- When I do find it and want to upgrade to latest, how to do it?