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 it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In every sub module, simply specify a
<name>:This
namewill then be used by the Reactor to display the build order of the modules.