maven compilation failure

前端 未结 18 2143
不知归路
不知归路 2020-12-07 17:57

I have a weird problem - Some class file couldn\'t be read during maven build.

  1. I have a project A and project B.
  2. Project
18条回答
  •  时光说笑
    2020-12-07 18:44

    Try to use:

    mvn clean package install
    

    This command should install your artifacts in you local maven repo.

    PS: I see that this is an old question, but it may be helpful for somebody in the future.

提交回复
热议问题