In this segment of the Nexus two-minute challenge, we'll look at the Nexus User Token feature. The user token relates to the username and password used to connect to Nexus. In this example, there is a Maven .xml file where the username and password are in clear text. This is especially problematic with a single sign on system like LDAP. We want to replace the clear text with an arbitrarily created user token. The challenge? Do this in less than two minutes. Have a look…