- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for mavenMaven3Personality (0.12 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/feature/Features.java
* * @since 4.0.0 */ public final class Features { private Features() {} /** * Check if the personality is "maven3". */ public static boolean mavenMaven3Personality(@Nullable Map<String, ?> userProperties) { return doGet(userProperties, Constants.MAVEN_MAVEN3_PERSONALITY, false); } /** * Check if the consumer POM feature is active. */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 31 11:36:12 GMT 2025 - 2.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
Map<String, String> mergedProps = createMergedProperties(request); boolean mavenMaven3Personality = Features.mavenMaven3Personality(mergedProps); MavenSessionBuilderSupplier supplier = new MavenSessionBuilderSupplier(repoSystem, mavenMaven3Personality); SessionBuilder sessionBuilder = supplier.get();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Mar 19 13:42:58 GMT 2026 - 25.8K bytes - Click Count (0)