Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 76 of 76 for subproject (0.09 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java

            TaskProvider<Copy> windowsSystemJdk = createJdk(project, "system", SYSTEM_JDK_VENDOR, SYSTEM_JDK_VERSION, "windows", "x64");
    
            project.subprojects(vmProject -> {
                vmProject.getPluginManager().apply(VagrantBasePlugin.class);
                TaskProvider<Copy> gradleJdk = isWindows(vmProject) ? windowsGradleJdk : linuxGradleJdk;
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 28 21:31:21 GMT 2021
    - 23.1K bytes
    - Click Count (0)
  2. CONTRIBUTING.md

               should manually right click on a project and
               **Gradle > Refresh Gradle Project** if the configuration is out of
               date.
    
    As we add more subprojects you might have to re-import the gradle project (the
    first step) again. There is no need to blow away the existing projects before
    doing that.
    
    ### REST Endpoint Conventions
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
  3. impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java

            try {
                if (result.hasExceptions()) {
                    return result;
                }
    
                result.setTopologicallySortedProjects(session.getProjects());
    
                result.setProject(session.getTopLevelProject());
    
                validatePrerequisitesForNonMavenPluginProjects(session.getProjects());
    
                validateRequiredProfiles(session, request.getProfileActivation());
    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)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java

        /**
         * User property for overriding calculated "build number" for snapshot deploys. Caution: this property should
         * be RARELY used (if used at all). It may help in special cases like "aligning" a reactor build subprojects
         * build numbers to perform a "snapshot lock down". Value given here must be <code>maxRemoteBuildNumber + 1</code>
         * or greater, otherwise build will fail. How the number to be obtained is left to user (ie by inspecting
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Dec 16 13:41:14 GMT 2025
    - 28.7K bytes
    - Click Count (0)
  5. TESTING.asciidoc

    - skip:
        features: fips_140
        reason: "Justification why this cannot be run in FIPS mode"
    ------------------------------------------------
    
    For disabling entire types of tests for subprojects, one can use for example:
    
    ------------------------------------------------
    if (BuildParams.inFipsJvm){
      // This test cluster is using a BASIC license and FIPS 140 mode is not supported in BASIC
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.13.md

    cloudprovider-aws cloud controller manager binary. Additionally we added [aws-k8s-tester](https://github.com/kubernetes/test-infra/issues/9814), deployer interface for kubetest, to the test-infra repository. This plugin allowed us to integrate Prow to the 3 subprojects defined above in order to provide CI signal for all 3 features. The CI signal is visible [here](https://testgrid.k8s.io/) under SIG-AWS.
    
    For detailed release notes on the three alpha features from SIG AWS, please refer to the following...
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Click Count (0)
Back to Top