Folks,

I am trying to write an extension for Maven Resolver which shall replace a default implementation. The implemented interface is an exported package in maven-core, the implementing class has proper javax.inject annotations @Named(...) and @Singleton so does the default (bundled) one. Put in lib/ext as well as to .mvn/extensions.xml. At no case the new implementation is picked up by Maven Resolver. Sisu descriptor has been created also.

Is there anything I have missed? Does it require rather Plexus annotations?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to