Interface ModelBuildingListener

All Known Implementing Classes:
AbstractModelBuildingListener

@Deprecated(since="4.0.0") public interface ModelBuildingListener
Deprecated.
use org.apache.maven.api.services.ModelBuilder instead
Defines events that the model builder fires during construction of the effective model. When a listener encounters errors while processing the event, it can report these problems via ModelBuildingEvent.getProblems(). Note: To cope with future extensions to this interface, it is strongly recommended to extend AbstractModelBuildingListener rather than to directly implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
  • Method Details

    • buildExtensionsAssembled

      void buildExtensionsAssembled(ModelBuildingEvent event)
      Deprecated.
      Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
      Parameters:
      event - The details about the event.