- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for DefaultSession (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
import org.eclipse.aether.RepositorySystem; import org.eclipse.aether.RepositorySystemSession; import static java.util.Objects.requireNonNull; import static org.apache.maven.internal.impl.CoreUtils.map; public class DefaultSession extends AbstractSession implements InternalMavenSession { private final MavenSession mavenSession; private final MavenRepositorySystem mavenRepositorySystem; private final RuntimeInformation runtimeInformation;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultSessionTest.java
DefaultMavenExecutionRequest mer = new DefaultMavenExecutionRequest(); MavenSession ms = new MavenSession(null, rss, mer, null); DefaultSession session = new DefaultSession(ms, mock(RepositorySystem.class), Collections.emptyList(), null, null, null); assertEquals( RootLocator.UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE,
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java
return new DefaultMojoExecution( InternalMavenSession.from(session), new org.apache.maven.plugin.MojoExecution(md)); } private DefaultSession newSession() throws Exception { DefaultSession session = new DefaultSession( newMavenSession(), mock(RepositorySystem.class), null, null, new DefaultLookup(container), null); return session; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Mar 26 19:31:34 GMT 2025 - 19.3K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java
getContainer(), repoSession, new DefaultMavenExecutionRequest(), new DefaultMavenExecutionResult()); session.setSession(defaultSessionFactory.newSession(session)); DefaultSession s = new DefaultSession(session, null, null, null, null, null); SessionScope scope = container.lookup(SessionScope.class); scope.enter(); scope.seed(Session.class, s);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 7.2K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/LegacyRepositorySystemTest.java
import org.apache.maven.impl.DefaultVersionParser; import org.apache.maven.impl.InternalSession; import org.apache.maven.impl.cache.DefaultRequestCacheFactory; import org.apache.maven.internal.impl.DefaultSession; import org.apache.maven.model.Dependency; import org.apache.maven.model.Repository; import org.apache.maven.model.RepositoryPolicy; import org.apache.maven.plugin.LegacySupport;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 11.1K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java
DefaultMavenExecutionResult meres = new DefaultMavenExecutionResult(); MavenSession ms = new MavenSession(rss, mer, meres); DefaultSession session = new DefaultSession( ms, repositorySystem, Collections.emptyList(), mavenRepositorySystem, new DefaultLookup(plexusContainer),
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 10.2K bytes - Click Count (0)