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
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanconsumerPom(Map<String, ?> userProperties) Check if the consumer POM feature is active.static booleanconsumerPomFlatten(Map<String, ?> userProperties) Check if consumer POM flattening is enabled.static booleanmavenMaven3Personality(Map<String, ?> userProperties) Check if the personality is "maven3".
-
Method Details
-
mavenMaven3Personality
Check if the personality is "maven3". -
consumerPom
Check if the consumer POM feature is active. -
consumerPomFlatten
Check if consumer POM flattening is enabled.
-