When I run mvn versions:display-dependency-updates
at home, I get the expected results (output that shows which dependencies have new version). However, when I run it at work, which uses an internal Maven repository (Nexus Repository Manager 2.14.13-01), the results always shows "No dependencies in Dependencies have newer versions."
However, if I go in through the web interface, I can see that there are newer versions in the repository. I am guessing that they set something up incorrectly, and would appreciate any information that I can provide them to help get this resolved.
Here is the output using the verbose option:
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (default-cli) @ TestProgram) ---
[INFO] The following dependencies in Dependencies are using the newest version:
[INFO] commons-beanutils:commons-beanutils ............................ 1.9.1
[INFO] org.apache.commons:commons-collections4 .......................... 4.0
[INFO] org.apache.commons:commons-compress ............................. 1.15
[INFO]
[INFO] No dependencies in Dependencies have newer versions.