Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for project2 (0.17 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        def "workspace id of project transforms is unique per build with included builds"() {
            // The setup here is in a way that the project path of the project dependency in the same build
            // is the same as the buildTreePath of the substituted project dependency in the included build.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/dependency-management-project-dependencies.png

    dependency-management-project-dependencies.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 104.3K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/resources/dag.txt

    quarkus/independent-projects/resteasy-reactive/client/processor/pom.xml
    	quarkus/independent-projects/resteasy-reactive/client/runtime/pom.xml
    	quarkus/independent-projects/resteasy-reactive/common/processor/pom.xml
    quarkus/independent-projects/resteasy-reactive/server/jackson/pom.xml
    	quarkus/independent-projects/resteasy-reactive/server/runtime/pom.xml
    	quarkus/independent-projects/resteasy-reactive/server/processor/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            outputContains("artifacts: [lib1.jar.txt (project :lib), lib2.jar.txt (project :lib), file1.jar.txt (file1.jar), test-1.3.jar.txt (test:test:1.3), common.jar.txt (project :common), common-file.jar.txt (project :common), test-dependency-1.3.jar.txt (test:test-dependency:1.3)]")
            outputContains("components: [project :lib, project :lib, file1.jar, test:test:1.3, project :common, project :common, test:test-dependency:1.3]")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

        </class>
        <class>
          <name>License</name>
          <description>Describes the licenses for this project. This is used to generate the license
            page of the project's website, as well as being taken into consideration in other reporting
            and validation. The licenses listed for the project are that of the project itself, and not
            of dependencies.</description>
          <version>3.0.0+</version>
          <fields>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

    }
    
    # Use the gcloud defaults to find the project.  If it is already set in the
    # environment then go with that.
    #
    # Vars set:
    #   PROJECT
    #   NETWORK_PROJECT
    #   PROJECT_REPORTED
    function detect-project() {
      if [[ -z "${PROJECT-}" ]]; then
        PROJECT=$(gcloud config list project --format 'value(core.project)')
      fi
    
      NETWORK_PROJECT=${NETWORK_PROJECT:-${PROJECT}}
    
      if [[ -z "${PROJECT-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //
    //		import "bitbucket.org/user/project"
    //		import "bitbucket.org/user/project/sub/directory"
    //
    //	GitHub (Git)
    //
    //		import "github.com/user/project"
    //		import "github.com/user/project/sub/directory"
    //
    //	Launchpad (Bazaar)
    //
    //		import "launchpad.net/project"
    //		import "launchpad.net/project/series"
    //		import "launchpad.net/project/series/sub/directory"
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    { "content": "<div>\n <div style=\"position: absolute; bottom: 0\">\n <a href=\"https://istio.io\" target=\"_blank\" style=\"font-size: 30px; text-decoration: none; color: inherit\"><img src=\"https://raw.githubusercontent.com/cncf/artwork/master/projects/istio/icon/color/istio-icon-color.svg\" style=\"height: 50px\"> Istio</a>\n </div>\n <div style=\"position: absolute; bottom: 0; right: 0; font-size: 15px\">\n Istio is an <a href=\"https://github.com/istio/istio\" target=\"_blank\">open platform</a>...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top