-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
#1 introduced a dirty way to reset cached dependency graph data using reflection.
The next maven release - be it 3.6.4 or 3.7.0 - includes a fix to provide GraphBuilder for plugins:
@Requirement( hint = GraphBuilder.HINT )
private GraphBuilder graphBuilder;
Using this, the dependecy graph should be rebuild the proper way, without using reflection.