Importing sub maven projects into Eclipse IDE???

2006-03-28 Thread raja bangaru
Can any one tell me how to import maven subprojects into Eclipse IDE?? I mean ..in the following format Underneath my main Project, i should be able to add other different maven projects +- metrics-commons |_ project.properties |_ project.xml +- metrics-core |_ project.xml +- metrics-master

Re: Importing sub maven projects into Eclipse IDE???

2006-03-28 Thread A. Alonso Dominguez
Try maven-multiproject-plugin or the reactor 2006/3/28, raja bangaru [EMAIL PROTECTED]: Can any one tell me how to import maven subprojects into Eclipse IDE?? I mean ..in the following format Underneath my main Project, i should be able to add other different maven projects +-

Re: Importing sub maven projects into Eclipse IDE???

2006-03-28 Thread raja bangaru
Getting the following error:: A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3 i'm currently using maven 1.0.2 do i need to completely move into maven 1.0RC3 for this plugin..Or any other workaround On 3/28/06, A. Alonso Dominguez [EMAIL