Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.0.4
-
Fix Version/s: None
-
Component/s: Dependencies
-
Labels:None
-
Number of attachments :
Description
Compile dependency resolution is slow. I just wrote an empty module (only test sources that were not compiled), and it took Maven more than five minutes to build it, without any compilation/generation/testing/whatsoever. I just took literally minutes to resolve a couple of hundred compile time dependencies for the compiler plugin, which was then executed twice.
To me, this sounds like a problem with the algorithmic complexity of the dependency resolution.
please provide the sample project and anything relevant from settings.xml