Getting Maven issue, below is the issue that I am getting:
[ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org:
Unknown host repo.maven.apache.org -> [Help 1]
I have pom.xml
and settings.xml
in the same folder, where I am running the mvn package command. Please help.
Unknown host repo.maven.apache.org
shows that... – khmarbaise