Re: [M2] collectedProjects not set in DefaulMavenProjectBuilder

2005-04-30 Thread Brett Porter
For now, you can set the collected projects in your unit test yourself after building them all individually. You are right, though - the proper solution should be to add a new method to the project builder that will build a project and its declared modules, moving that functionality from the Defau

[M2] collectedProjects not set in DefaulMavenProjectBuilder

2005-04-30 Thread Mauro Botelho
I am working on the eclipse plugin again, and while trying to run some tests, I noticed that when running the plugin from the command line I got the expected behavior, but not when running the unit test. What I am trying to do is to create a monster eclipse project with all the modules included, s