Написал приложение с использованием build tool-а maven, запускаю на другом компьютере его - вылетает ошибка:
Цитата | [ERROR] Failed to execute goal on project SpringMVC: Could not resolve dependencies for project com.mkyong.common:SpringMVC:war:1.0-SNAPSHOT: The following artifacts could not be resolved: org.springframework:spring-core:jar:3.0.5.RELEASE, org.springframework:spring-context-support:jar:3.0.5.RELEASE: Could not transfer artifact org.springframework:spring-core:jar:3.0.5.RELEASE from/to central (http://repo.maven.apache.org/maven2): No response received after 60000 -> [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/d...utionException
|
P.S. С maven - новичок. P.S.S. ~/.m2/repository чистил |