Package org.apache.maven.api.spi
Interface PropertyContributor
- All Superinterfaces:
- SpiService
Component able to contribute to Maven session user properties. This SPI component is invoked
 very early, while there is no session created yet.
- Since:
- 4.0.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontribute(Map<String, String> userProperties) Invoked just before session is created with a mutable map that carries collected user properties so far.
- 
Method Details- 
contributeInvoked just before session is created with a mutable map that carries collected user properties so far.- Parameters:
- userProperties- The mutable user properties, never- null.
 
 
-