运行mvn tomcat7:run 老是报以下错误
[WARNING] The POM for com.bj58.spat:argo:jar:1.0.0 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.507s [INFO] Finished at: Sun Nov 17 12:47:39 CST 2013 [INFO] Final Memory: 7M/108M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project argo-hello-world: Could not resolve dependencies for project com.bj58.spat:argo-hello-world:war:1.0.0: Failure to find com.bj58.spat:argo:jar:1.0.0 in http://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 -> [Help 1]
麻烦问一下,可能什么原因,如何解决,谢谢
我也是这个问题,该怎么解决啊? 谢谢
[ERROR] Failed to execute goal on project argo-hello-world: Could not resolve dependencies for project com.bj58.spat:argo-hello-world:war:1.0.0: Failure to find com.bj58.spat:argo:jar:1.0.0 in http://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 -> [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/DependencyResolutionException
这个问题是没有找到argo.jar这个包,因为官方也没有将argo发布到maven上,所以用户自己得将core打包,然后将其安装到本地maven就能运行。可以参考issues#16