I have this error core when I try to maven install
org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4: Could not transfer artifact org.apache.maven.plugins:maven-install-plugin:pom:2.4 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org
I have found several related topics about this issue:
Maven: Failed to retrieve plugin descriptor error
I know it is because of a LAN proxy configuration, the thing is, I don't have a LAN proxy, I'm pretty sure it is because of virtualbox network configuration, but I don't know how they can be related and more important how to solve it. Can somebody help me figure out how to solve this.
- Host: MAC OS X
- Virtualbox: 5.2.16
- Ubuntu: 18.04
- Maven: 3.5.2
Thank you in advance!