Durante a tentativa de atualização do projeto maven, o eclipse mostra a seguinte mensagem:
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failure to transfer org.apache.maven.plugins:maven-war-plugin:jar:2.2 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-war-plugin:jar:2.2 from/to central (https://repo.maven.apache.org/maven2): connect timed out
Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failure to transfer org.apache.maven.plugins:maven-war-plugin:jar:2.2 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-war-plugin:jar:2.2 from/to central (https://repo.maven.apache.org/maven2): connect timed out
Alterei o settings.xml do maven para o proxy que estou utilizando, sendo o mesmo utilizado no Connections do Eclipse para instalar plugins de acordo com o site https://maven.apache.org/guides/mini/guide-proxies.html mas sem sucesso, a mensagem de erro continua.