项目import到本机后install出现错误,parent工程正常,子工程无法启动
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building my_bos_mangement 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0.1.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for xxxxx:xxxxxxx:jar:0.0.1-SNAPSHOT is missing, no dependency information available
[WARNING] The artifact javamail:mail:jar:1.3.2 has been relocated to javax.mail:mail:jar:1.3.2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.113 s
[INFO] Finished at: 2018-03-23T21:17:32+08:00
[INFO] Final Memory: 17M/243M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project my_bos_mangement: Could not resolve dependencies for project com.xxxx.xx:project:war:0.0.1-SNAPSHOT: Could not find artifact com.xxxx.xx:project:jar:0.0.1-SNAPSHOT -> [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
本文记录了一次将项目导入本地后遇到的Maven安装错误,包括父项目正常但子项目无法启动的问题,以及详细的错误日志信息。
1971

被折叠的 条评论
为什么被折叠?



