Hi, I am trying to use the offline mode (mvn -o clean install) and getting the error message "The following artifacts could not be resolved: org.dom4j:dom4j:jar:2.1.3 (present, but unavailable)" for very many dependencies.
My main computer and a VM share the same file system. The VM is connected to the company's repository (artefactory) through VPN. On the VM, I checkout the project and successfully build it and successfully ran "mvn dependency:go-offline".
The I switched to my main computer and tried "mvn -o clean install" but it failed with the above error message. I also tried to set
<offline>true</offline> in settings.xml in my main computer but that didnt change anything. What does the "(present, but unavailable)" in the error message mean? thanks, Arno --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org