- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for newRepositorySession (0.15 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
this.versionScheme = versionScheme; this.requestExtenders = requestExtenders; this.sessionExtenders = sessionExtenders; } @Deprecated public RepositorySystemSession newRepositorySession(MavenExecutionRequest request) { return newRepositorySessionBuilder(request).build(); } @SuppressWarnings({"checkstyle:methodLength"})
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 25.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
* Nobody should ever use this method. * * @deprecated If you use this method and your code is not in Maven Core, stop doing this. */ @Deprecated public RepositorySystemSession newRepositorySession(MavenExecutionRequest request) { return newCloseableSession(request, new MavenChainedWorkspaceReader()); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 27.5K bytes - Viewed (1)