Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for proyectos (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                }
    
                return calculateLifecycleMappings(projects, lifecycle, resolvedPhase);
            }
    
            public BuildPlan calculateLifecycleMappings(
                    Map<MavenProject, List<MavenProject>> projects, Lifecycle lifecycle, String lifecyclePhase) {
                BuildPlan plan = new BuildPlan(projects);
    
                for (MavenProject project : projects.keySet()) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

            private final Map<String, MavenProject> projectIndex = new ConcurrentHashMap<>(256);
    
            // Store computed repositories per project to avoid leakage between projects
            private final Map<String, List<ArtifactRepository>> projectRepositories = new ConcurrentHashMap<>();
    
            /**
             * Get the effective repositories for a project. If project-specific repositories
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 51.8K bytes
    - Viewed (0)
  3. impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            } else {
                this.injectedProfileIds.remove(source);
            }
        }
    
        /**
         * Gets the identifiers of all profiles that contributed to this project's effective model. This includes active
         * profiles from the project's POM and all its parent POMs as well as from external sources like the
         * {@code settings.xml}. The profile identifiers are grouped by the identifier of their source, e.g.
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Aug 29 12:47:20 UTC 2025
    - 67K bytes
    - Viewed (0)
  4. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                            Version.BASE,
                            "packaging",
                            null,
                            "with value '" + m.getPackaging() + "' is invalid. Aggregator projects "
                                    + "require 'pom' as packaging.",
                            m);
                }
    
                for (int i = 0, n = m.getModules().size(); i < n; i++) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 03 15:06:05 UTC 2025
    - 66.8K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_es.properties

    labels.sidebar.placeholder_search=Buscar...
    labels.menu_plugin=Plugin
    labels.menu_storage=Almacenamiento
    labels.sidebar.menu=MenĂº
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">Proyecto CodeLibs</a>.
    labels.search=Buscar
    labels.similar_doc_result_status=Mostrando resultados similares.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49K bytes
    - Viewed (0)
  6. docs/changelogs/changelog_3x.md

    changes are numerous but most are cosmetic. Applications should be able to
    upgrade from the 2.x API to the 3.x API mechanically and without risk.
    
    Because the release includes breaking API changes, we're changing the project's
    package name from `com.squareup.okhttp` to `okhttp3`. This should make it
    possible for large applications to migrate incrementally. The Maven group ID
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  7. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

         * {@code :artifactId} if there is no conflict.
         * This method is made package-private for testing purposes.
         *
         * @param mavenProjects Maven projects which are part of build execution.
         * @param firstFailedProject The first project which has failed.
         * @return Value for -rf flag to resume build exactly from place where it failed ({@code :artifactId} in general
    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