Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Rojo (0.13 sec)

  1. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java

                return getMavenSession().getPluginContext(pluginDescriptor, ((DefaultProject) project).getProject());
            } catch (LookupException e) {
                throw new MavenException("The PluginContext is only available during a mojo execution", e);
            }
        }
    
        protected Session newSession(RepositorySystemSession repoSession, List<RemoteRepository> repositories) {
            final MavenSession ms = nonNull(getMavenSession());
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 12:55:57 GMT 2024
    - 7.9K bytes
    - Viewed (0)
Back to top