You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Bengt Brodersen <be...@gmail.com> on 2019/09/20 06:23:01 UTC

Fwd: Plexus Component Stopped Working

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