Package org.apache.maven.api.feature
Class Features
java.lang.Object
org.apache.maven.api.feature.Features
Centralized class for Maven Core feature information.
 Features configured are supposed to be final in a given maven session.
- Since:
- 4.0.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringName of the Maven user property to enable or disable the build/consumer POM feature.
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanbuildConsumer(Map<String, String> userProperties) Check if the build/consumer POM feature is active.static booleanbuildConsumer(Properties userProperties) Check if the build/consumer POM feature is active.static booleanbuildConsumer(Session session) Check if the build/consumer POM feature is active.
- 
Field Details- 
BUILDCONSUMERName of the Maven user property to enable or disable the build/consumer POM feature. TODO: v4: remove experimental bit- See Also:
 
 
- 
- 
Method Details- 
buildConsumerCheck if the build/consumer POM feature is active.
- 
buildConsumerCheck if the build/consumer POM feature is active.
- 
buildConsumerCheck if the build/consumer POM feature is active.
 
-