Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getProjectActivation (0.09 seconds)

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

         * @param session the {@link MavenSession}.
         */
        private void validateOptionalProjects(MavenExecutionRequest request, MavenSession session) {
            final ProjectActivation projectActivation = request.getProjectActivation();
            final Set<String> allOptionalSelectors = new HashSet<>();
            allOptionalSelectors.addAll(projectActivation.getOptionalActiveProjectSelectors());
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Dec 29 10:43:38 GMT 2025
    - 28.8K bytes
    - Click Count (1)
  2. 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) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Oct 27 13:24:03 GMT 2025
    - 78.1K bytes
    - Click Count (0)
Back to Top