Interface ProfileInjector

All Known Implementing Classes:
DefaultProfileInjector

public interface ProfileInjector
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inject(org.apache.maven.model.Profile profile, org.apache.maven.model.Model model)
     
  • Field Details

    • ROLE

      static final String ROLE
  • Method Details

    • inject

      void inject(org.apache.maven.model.Profile profile, org.apache.maven.model.Model model)