-
Bug
-
Resolution: Unresolved
-
Critical
-
None
From the forums: <http://n4.nabble.com/Maven2-Build-modules-in-parallel-only-building-master-td1755745.html#a1755745>
"I've tried maven 2.0.9 and 2.2.1, my "Goals and options" are "clean install -Pft -D..." with the rest being '-D' parameters that are not maven specific. The 'ft' profile just affects the include patterns for test execution. No matter what I do, it just builds the master pom and never proceeds to the submodules. If I uncheck "Build modules in parallel" but leave everything else the same, it builds everything in series as expected. I'm running Hudson 1.352."
I've also tried with a very simple test project and used only "clean install" as the goals and options, and I get the same result.
Our product is also seeing this issue (currently maven version is 3.0.3). I also verified the problem at home using a very small and simple set of test projects and a new install of jenkins. Let me know if I need to upload the test project demonstrating the problem, or if you need debugging output of some sort.
We're pretty sure that this feature will be a very big time saver as we have 200+ modules, and is one of the reasons we finally decided to make the jump from maven 1 to m2/3.