- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for V20 (0.75 seconds)
-
apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 4.3K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
"https://www.eclipse.org/legal/epl-v10.html", listOf("EPL-1.0", "Eclipse Public License v1.0"), ), EPL2( "Eclipse Public License 2.0", "https://www.eclipse.org/legal/epl-v20.html", listOf("EPL-2.0", "Eclipse Public License v2.0"), ), LGPL21( "LGPL 2.1", "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html", listOf(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblem.java
* Includes fundamental structural validations. */ BASE, /** * Validation for Maven 2.0 POM format. */ V20, /** * Validation for Maven 3.0 POM format. */ V30, /** * Validation for Maven 3.1 POM format. */ V31, /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 07 14:31:13 GMT 2025 - 2.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblem.java
FATAL, // ERROR, // WARNING // } /** * Version */ enum Version { // based on ModeBuildingResult.validationLevel BASE, V20, V30, V31, V40, V41 } /** * Gets the hint about the source of the problem. While the syntax of this hint is unspecified and depends on theCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 4K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ProblemDetectingValueSource.java
msg += " Please use ${" + newPrefix + expression.substring(bannedPrefix.length()) + "} instead."; } problems.add(new ModelProblemCollectorRequest(Severity.WARNING, Version.V20).setMessage(msg)); } return value; } @Override public List getFeedback() { return valueSource.getFeedback(); } @OverrideCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 2.7K bytes - Click Count (0)