Checked, parent has pom packaging. Just found root cause - new module wizard wrongly disallows pure number words in artifactId / Module Name e.g. "foo-bar-001" makes Finish button disabled. If I append a letter in front of number word (e.g. "foo-bar-x001") validation will pass and Finish button is enabled. New Maven Project wizard allows pure number words in artifactId e.g. I can enter both "foo-bar-001" and just "001".
I'm not aware of any additional constraints that modules/module in pom.xml has compared to artifactId that would approve this different validation logic. Do you agree it's a bug? On Tue, Mar 5, 2013 at 1:43 PM, Igor Fedorenko <[email protected]> wrote: > Double check parent project packaging=pom. > > -- > Regards, > Igor > > > On 2013-03-05 7:39 AM, Stevo Slavić wrote: > >> Hello m2e community, >> >> It used to be possible to create a pom Maven Eclipse project and then >> right click on it and create another Maven module as submodule. With >> latest Eclipse Juno SR2 and m2e 1.3.1 I cannot do that, Finish button in >> New Maven Module wizard is always disabled, even if I fill optional >> fields and no warnings/errors are displayed. Parent project coordinates >> are prefilled correctly. >> >> I couldn't find any related bug reports here at >> https://bugs.eclipse.org/bugs/**buglist.cgi?product=m2e&** >> component=ui&resolution=---&**list_id=4633545<https://bugs.eclipse.org/bugs/buglist.cgi?product=m2e&component=ui&resolution=---&list_id=4633545> >> >> Is it just me or is anyone else experiencing the same issue? >> >> Kind regards, >> Stevo Slavic. >> >> >> ______________________________**_________________ >> m2e-users mailing list >> [email protected] >> https://dev.eclipse.org/**mailman/listinfo/m2e-users<https://dev.eclipse.org/mailman/listinfo/m2e-users> >> >> ______________________________**_________________ > m2e-users mailing list > [email protected] > https://dev.eclipse.org/**mailman/listinfo/m2e-users<https://dev.eclipse.org/mailman/listinfo/m2e-users> >
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
