1.创建父工程:springboot maven 集合工程打包问题 Could not find artifact

 

 

 2.创建子工程,在attend_train_parent 的pom文件引入了子模块。然后执行mvn clean/complie/package/install 都会报Could not find artifact com.hbd.edu:attend-train-parent:pom:0.0.1-SNAPSHOT ;

3:解决方法:先把springboot maven 集合工程打包问题 Could not find artifact,父模块引入的模块注释,然后执行 mvn install,执行成功,只取消注释,之后再去打包,成功!!!!!

 

相关文章:

  • 2021-03-27
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2021-09-17
猜你喜欢
  • 2021-04-04
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案