Compilation failure: Compilation failure:

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project taotao-manager-service: Compilation failure: Compilation failure:
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/ItemService.java:[3,30] 程序包com.taotao.common.pojo不存在
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/ItemService.java:[10,9] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 接口 com.taotao.service.ItemService
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[10,30] 程序包com.taotao.common.pojo不存在
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[42,16] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 类 com.taotao.service.impl.ItemServiceImpl
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[51,17] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 类 com.taotao.service.impl.ItemServiceImpl
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[51,51] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 类 com.taotao.service.impl.ItemServiceImpl
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :taotao-manager-service

 

错误愿意taotao.common中新添加了一个类,但是本地仓库中是用的是旧的,所以需要在taotao.common需要install一下

posted @ 2017-03-25 09:58  mslog  阅读(19294)  评论(1编辑  收藏  举报