Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getProjectActivation (0.07 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/project/collector/DefaultProjectsSelector.java

                throws ProjectBuildingException {
            ProjectBuildingRequest projectBuildingRequest = request.getProjectBuildingRequest();
    
            boolean hasProjectSelection = !request.getProjectActivation().isEmpty();
            boolean isRecursive = hasProjectSelection || request.isRecursive();
            List<ProjectBuildingResult> results = projectBuilder.build(files, isRecursive, projectBuildingRequest);
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Sep 30 08:09:09 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java

            parameterInactiveOptionalProjects.forEach(projectActivation::deactivateOptionalProject);
    
            when(mavenExecutionRequest.getRootDirectory()).thenReturn(Paths.get("."));
            when(mavenExecutionRequest.getProjectActivation()).thenReturn(projectActivation);
            when(mavenExecutionRequest.getMakeBehavior()).thenReturn(parameterMakeBehavior);
            when(mavenExecutionRequest.getPom()).thenReturn(parameterRequestedPom);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Dec 09 20:39:03 UTC 2025
    - 28K bytes
    - Viewed (0)
  3. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            }
            enableOnPresentOption(
                    commandLine, CLIManager.IGNORE_TRANSITIVE_REPOSITORIES, request::setIgnoreTransitiveRepositories);
    
            performProjectActivation(commandLine, request.getProjectActivation());
            performProfileActivation(commandLine, request.getProfileActivation());
    
            final String localRepositoryPath = determineLocalRepositoryPath(request);
            if (localRepositoryPath != null) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 78.1K bytes
    - Viewed (0)
Back to top