在做项目的时候,遇到了这个问题,一直解决不了,希望大神指点一下,万分感谢!!!!!!org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project recommend: Could not resolve dependencies for project cn.edu.whu.iss:recommend:war:1.0.4: Failure to find org.wltea.analyzer:IKAnalyzer:jar:2012 in http://repository.springsource.com/maven/bundles/release was cached in the local repository, resolution will not be reattempted until the update interval of com.springsource.repository.bundles.release has elapsed or updates are forced
Maven JAR android
------解决方案--------------------
找不到IKAnalyzer这个jar包,自己下一个吧
------解决方案--------------------
找不到jar包
------解决方案--------------------
除了找不到相应的jar包外,如果你是多个子项目之间存在依赖关系的话,就可能是产生了循环依赖。即工程A依赖工程B,然后工程B又依赖工程A,这个在maven里是不允许的
------解决方案--------------------
jar包的路径对吗
------解决方案--------------------
这个不对,maven有个setting.xml文件,那里定义了maven包的根目录,jar都得放在
(根目录+pom.xml定义的路径)