Replies: 1 comment
-
|
I guess it was used back then when using Maven index to detect artifacts. I don't think it will be missed if you remove them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On my journey about rework
IMavenProjectFacadeI stumbled over some usages of methods requiring a project because of notification ofIRepositoryIndexerthis seems a left-over that is effectively nowhere used in m2e. The indexers are notified about added/removed repositories but nothing else happens.My idea is therefor to deprecate the
IRepositoryIndexerinterface and remove the remaining usages. The same also seem to apply toIRepositoryDiscoverer... but probably someone knows more about the history and what this is/was useful for?Beta Was this translation helpful? Give feedback.
All reactions