Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ProjectActivation (0.16 sec)

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

    /**
     * Container for storing the request from the user to activate or deactivate certain projects and optionally fail the
     * build if those projects do not exist.
     */
    public class ProjectActivation {
    
        /**
         * ProjectActivationSettings
         * @param selector the selector of a project, which can be the project directory, [groupId]:[artifactId] or :[artifactId]
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 11 16:38:19 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/graph/ProjectSelector.java

                MavenExecutionRequest request,
                List<MavenProject> projects,
                List<ProjectActivation.ProjectActivationSettings> projectSelectors)
                throws MavenExecutionException {
    
            Set<MavenProject> resolvedOptionalProjects = new LinkedHashSet<>();
            Set<ProjectActivation.ProjectActivationSettings> unresolvedSelectors = new HashSet<>();
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 11 16:38:19 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top