- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for validateIdentity (0.29 seconds)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java
classifier = artifactHandler.getClassifier(); } this.classifier = classifier; this.optional = optional; validateIdentity(); } private void validateIdentity() { if (empty(groupId)) { throw new InvalidArtifactRTException( groupId, artifactId, getVersion(), type, "The groupId cannot be empty."); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 14.6K bytes - Click Count (0)