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 boolean
consumerPom
(Map<String, String> userProperties) Check if the consumer POM feature is active.static boolean
consumerPom
(Properties userProperties) Check if the consumer POM feature is active.static boolean
consumerPom
(Session session) Check if the consumer POM feature is active.
-
Method Details
-
consumerPom
Check if the consumer POM feature is active. -
consumerPom
Check if the consumer POM feature is active. -
consumerPom
Check if the consumer POM feature is active.
-