请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

generate表时失败

之前生成的四张表表都能够正常生成的,但到了

这里就报错了。老师知道问题原因是什么吗?

[ERROR] Failed to execute goal on project generator: Could not resolve dependencies for project com.gale:generator:jar:0.0.1-SNAPSHOT: Could not find artifact com.gale.nls:business: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

Process finished with exit code 1

正在回答 回答被采纳积分+3

2回答

甲蛙 2024-07-01 16:32:20

把business打包一下

1 回复 有任何疑惑可以回复我~
  • 提问者 979811597 #1
    好的,谢谢老师,我用另一种方式解决了,参照另一个同学的问题。大概原因是maven的缓存没有及时更新。我是把target文件夹删了,重新生成nls,business和generator的maven,之后就好了。不知道我分析的问题对不对,反正就稀里糊涂的解决了。打包是不是也能解决该问题呢
    回复 有任何疑惑可以回复我~ 2024-07-01 22:19:15
  • 具体该怎么操作呢老师,我到这里也报错了,我把target文件夹删了也不行
    回复 有任何疑惑可以回复我~ 2024-07-05 22:50:09
  • 甲蛙 回复 慕丝7516837 #3
    像上面同学说的,在IDEA的maven窗口里,把能看到的clean都双击下,再package双击下重新打包
    回复 有任何疑惑可以回复我~ 2024-07-06 22:01:31
zjg23 2024-09-05 11:12:20

在项目根目录下执行mvn clean install '-Dmaven.test.skip=true',然后再执行代码生成。

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信