We use Maven3.0.3 and we use classifier to resolve among dependency for three regions DEV/TEST/PROD. Even though the Nexus maven rep has got the jars with all classifiers(DEV/TEST/PROD) it doesn’t always get resolved. We had to build the specific classifier dependencies everytime to get it resolved.
Is there any workaround for this ?
Try to
-Xto produce debug output that may help (seemvn -help). If the artifacts are there but are skipped there must be a reason. Try to find it in the debug outputs.-Xto force an update of your dependencies.