开发者

maven shows up some modules marked as "unnamed"

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜