- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for assertRemoteArtifactNotPresent (0.12 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java
File file = new File(localRepo.getBasedir(), path); assertTrue(file.exists(), "Local artifact " + file + " should be present."); } protected void assertRemoteArtifactNotPresent(Artifact artifact) throws Exception { ArtifactRepository remoteRepo = remoteRepository(); String path = remoteRepo.pathOf(artifact);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.8K bytes - Viewed (0)