EclipseでJavaのWEBアプリケーションを作成して、Herokuにデプロイしようとしています。
デプロイする前にターミナルにて
$ mvn package
を実行すると下記エラーが表示されます。
[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): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom ProxyInfo{host='proxy.host.net', userName='null', port=8080, type='http', nonProxyHosts='null'}: proxy.host.net: nodename nor servname provided, or not known -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
私のMacではproxyの設定をしているつもりはないのですが、なぜこのようなエラーが発生するのかがわかりません。
おわかりになりましたら、よろしければご教授いただけたら幸いです。
よろしくお願いいたします。
環境
OS:Mac
IDE:Eclipse
言語:Java
ビルドツール:Maven
.m2のフォルダ:settings.xmlは存在していません。