- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAbsoluteFile (0.11 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
try { cliRequest.multiModuleProjectDirectory = basedir.getCanonicalFile(); } catch (IOException e) { cliRequest.multiModuleProjectDirectory = basedir.getAbsoluteFile(); } } // We need to locate the top level project which may be pointed at using // the -f/--file option. However, the command line isn't parsed yet, soRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
"maven.repo.local", System.getProperty("user.home") + File.separator + ".m2" + File.separator + "repository"); String localRepoUrl = new File(localRepoPath).getAbsoluteFile().toURI().toString(); config.setLocalRepository(MavenRepositorySystem.createArtifactRepository( "local", localRepoUrl, new DefaultRepositoryLayout(), null, null));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0)