Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 5,390 for includes_ (0.14 sec)

  1. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-resources-plugin/0.1/maven-resources-plugin-0.1.pom

          <version>2.0</version>
        </dependency>
      </dependencies>
    
      <build>
        <resources>
          <resource>
            <directory></directory>
            <includes>
              <include>pom.xml</include>
              <include>src/**</include>
            </includes>
          </resource>
          <resource>
            <directory>src/main/resources</directory>
          </resource>
        </resources>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-surefire-plugin/0.1/maven-surefire-plugin-0.1.pom

          <version>2.0</version>
        </dependency>
      </dependencies>
    
      <build>
        <resources>
          <resource>
            <directory></directory>
            <includes>
              <include>pom.xml</include>
              <include>src/**</include>
            </includes>
          </resource>
          <resource>
            <directory>src/main/resources</directory>
          </resource>
        </resources>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/tasks/testing/TestTest.groovy

        }
    
        def "--tests is combined with includes and excludes"() {
            given:
            test.include(TEST_PATTERN_1)
            test.exclude(TEST_PATTERN_1)
    
            when:
            test.setTestNameIncludePatterns([TEST_PATTERN_2])
    
            then:
            test.includes == [TEST_PATTERN_1] as Set
            test.excludes == [TEST_PATTERN_1] as Set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/execution/taskpath/ProjectNameMatchingIntegrationTest.groovy

            "included build - included root"        | ":includedBuild"                      | ":includedBuild"         // Included build projects
            "included build - projectI"             | ":includedBuild:projectI"             | ":includedBuild:projectI"
            "included build - projectI/projectSubI" | ":includedBuild:projectI:projectSubI" | ":includedBuild:projectI:projectSubI"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 22:49:56 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  5. src/os/exec/dot_test.go

    		} else if err == nil {
    			t.Fatalf(`with PATH='', LookPath(%#q) = %#q; want non-nil error`, "execabs-test", found)
    		}
    
    		// Set PATH to include an explicit directory that contains a completely
    		// independent executable that happens to have the same name as an
    		// executable in ".". If "." is included implicitly, looking up the
    		// (unqualified) executable name will return ErrDot; otherwise, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 18:19:21 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/writing_settings_files.adoc

        }
    }
    ----
    
    You can also include version catalogs in this section.
    
    === 5. Add subprojects to the build
    
    The settings file defines the structure of the project by adding all the subprojects using the link:{javadocPath}/org/gradle/api/initialization/Settings.html[`include`] statement:
    
    [source,kotlin]
    ----
    include("app")
    include("business-logic")
    include("data-model")
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 04:15:25 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. guava/pom.xml

      </dependencies>
      <build>
        <resources>
          <resource>
            <directory>..</directory>
            <includes>
              <include>LICENSE</include> <!-- copied from the parent pom because I couldn't figure out a way to make combine.children="append" work -->
              <include>proguard/*</include>
            </includes>
            <targetPath>META-INF</targetPath>
          </resource>
        </resources>
        <plugins>
          <plugin>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 11 16:37:45 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/plugin/management/PluginManagementSpec.java

        /**
         * Includes a plugin build at the specified path to the composite build.
         * Included plugin builds can contribute settings and project plugins.
         * @param rootProject The path to the root project directory for the build.
         *
         * @since 7.0
         */
        @Adding
        void includeBuild(String rootProject);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:16:59 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/tasks/rules/JacocoViolationRule.java

        String getElement();
    
        /**
         * Sets list of elements that should be included in check.
         *
         * @param includes Inclusions
         */
        void setIncludes(List<String> includes);
    
        /**
         * List of elements that should be included in check. Names can use wildcards (* and ?).
         * If left empty, all elements will be included. Defaults to [*].
         */
        @Input
        List<String> getIncludes();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  10. maven-toolchain-builder/pom.xml

            <configuration>
              <parameter>
                <includes>
                  <include>org.apache.maven.toolchain.building</include>
                  <include>org.apache.maven.toolchain.io</include>
                  <include>org.apache.maven.toolchain.io.xpp3</include>
                  <include>org.apache.maven.toolchain.merge</include>
                </includes>
                <excludes>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top