We are switching our version of Spring to the latest release. Because our current nexus repository is for the current Spring version, I created a custom nexus repository for the new Spring framework jars.
My question is how do I get
Maven to build from that custom repository using the "mvn -e -" command?
In a directory in nexus called: "newspringversion", I have the Spring 4.0.1 jars.
Really not sure what the "mvn -e -" command should look like so Maven will pull the Spring Framework jars from the custom repository instead of the regular one.
Any help would be appreciated.
Thanks.
-mike