Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0-alpha-3
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Right now we have the new project builder being used by the old project builder code. We need to collapse everything into the one new component and remove all dead components. I can see that the pathTranslator isn't being used any more. There are probably references to some other dead bits that need to be cleaned up.
Path translator is used by at least one of the plugins. That is why it is still there.
project-builder is used by mercury, as this component has limited dependencies on trunk. maven-project, which extends project-builder has modello dependencies and a few other maven specific ones. We need to figure out that part.