I've build a core extension https://github.com/qoomon/maven-git-versioning-extension however it stoped working after maven version 3.6.2
My replacement for ModelProcessor (annotated with @Component(role = org.apache.maven.model.building.ModelProcessor.class)) will still be initialised however it is not used as ModelProcessor anymore. see -> https://github.com/qoomon/maven-git-versioning-extension/blob/master/src/main/java/me/qoomon/maven/gitversioning/ModelProcessor.java I think this behaviour is caused by this commit https://github.com/apache/maven/commit/353d3eaa8f2be47878f584a7da398572b41d90af Any clues? Kind regards
