You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Matthieu BROUILLARD <ma...@brouillard.fr> on 2019/09/17 06:23:59 UTC

MNG-6685, JSR330, & ModelBuilder provided by extensions

Hi,

the issue MNG-6685 & commits associated (
https://github.com/apache/maven/pull/256) seem to have broken extensions
that provide their own ModelProcessor implementation via ` @Component(role
= ModelProcessor.class)`

How should extension declare the ModelProcessor they provide now? Is there
a documentation of the change?

Matthieu