开发者

maven shows up some modules marked as "unnamed"

开发者 https://www.devze.com 2022-12-29 00:17 出处:网络
I\'m working with maven in a multi module project and it works fine. But when it starts it refers to some projects as unnamed. Why does this happen, and how can I solve i开发者_运维知识库t?In every su

I'm working with maven in a multi module project and it works fine. But when it starts it refers to some projects as unnamed. Why does this happen, and how can I solve i开发者_运维知识库t?


In every sub module, simply specify a <name>:

<project>
    ...
    <name>My project</name>
    ...

This name will then be used by the Reactor to display the build order of the modules.


You need to give a name entry in every module you use. That should help. May be you can post your pom...if it isn't the problem.

<name>Entry</name> 
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号