Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowExpressionInEffectiveProjectVersion (0.14 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

    @Singleton
    @Deprecated(since = "4.0.0")
    public class DefaultModelValidator implements ModelValidator {
        public static final String BUILD_ALLOW_EXPRESSION_IN_EFFECTIVE_PROJECT_VERSION =
                "maven.build.allowExpressionInEffectiveProjectVersion";
    
        private static final Pattern CI_FRIENDLY_EXPRESSION = Pattern.compile("\\$\\{(.+?)}");
        private static final Pattern EXPRESSION_PROJECT_NAME_PATTERN = Pattern.compile("\\$\\{(project.+?)}");
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 03 15:06:05 UTC 2025
    - 66.8K bytes
    - Viewed (0)
Back to top