Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for snaps (0.16 sec)

  1. maven-core/src/test/resources-project-builder/limited-inheritance/pom.xml

          <url>ssh://parent.url/distros</url>
          <uniqueVersion>false</uniqueVersion>
          <layout>legacy</layout>
        </repository>
        <snapshotRepository>
          <id>parent-snaps</id>
          <name>parent-snaps</name>
          <url>ssh://parent.url/snaps</url>
          <uniqueVersion>false</uniqueVersion>
          <layout>legacy</layout>
        </snapshotRepository>
        <site>
          <id>parent-site</id>
          <name>parent-site</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/url-inheritance/pom.xml

      <distributionManagement>
        <repository>
          <url>https://parent.url/dist</url>
          <id>parent.distros</id>
        </repository>
        <snapshotRepository>
          <url>https://parent.url/snaps</url>
          <id>parent.snaps</id>
        </snapshotRepository>
        <site>
          <url>https://parent.url/site</url>
          <id>parent.site</id>
        </site>
        <downloadUrl>https://parent.url/download</downloadUrl>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/limited-inheritance/child/pom.xml

      </ciManagement>
      <distributionManagement>
        <repository>
          <id>child-distros</id>
          <url>ssh://child.url/distros</url>
        </repository>
        <snapshotRepository>
          <id>child-snaps</id>
          <url>ssh://child.url/snaps</url>
        </snapshotRepository>
        <site>
          <id>child-site</id>
          <url>scp://child.url/site</url>
        </site>
      </distributionManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

          <url>https://project.url/dist</url>
          <id>project.distros</id>
          <name>distros</name>
        </repository>
        <snapshotRepository>
          <url>https://project.url/snaps</url>
          <id>project.snaps</id>
          <name>snaps</name>
          <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
        <site>
          <url>https://project.url/site</url>
          <id>project.site</id>
          <name>docs</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/pom-inheritance/pom.xml

      <distributionManagement>
        <repository>
          <url>https://parent.url/dist</url>
          <id>parent.distros</id>
        </repository>
        <snapshotRepository>
          <url>https://parent.url/snaps</url>
          <id>parent.snaps</id>
        </snapshotRepository>
        <site>
          <url>https://parent.url/site</url>
          <id>parent.site</id>
        </site>
        <downloadUrl>http://parent.url/download</downloadUrl>
        <relocation>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 5K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          <url>https://project.url/dist</url>
          <id>project.distros</id>
          <name>distros</name>
        </repository>
        <snapshotRepository>
          <url>https://project.url/snaps</url>
          <id>project.snaps</id>
          <name>snaps</name>
          <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
        <site>
          <url>https://project.url/site</url>
          <id>project.site</id>
          <name>docs</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  7. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("project.snaps", pom.getValue("distributionManagement/snapshotRepository/id"));
            assertEquals("snaps", pom.getValue("distributionManagement/snapshotRepository/name"));
            assertEquals("https://project.url/snaps", pom.getValue("distributionManagement/snapshotRepository/url"));
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.7.md

        * Add metric collection to charms for autoscaling
    
        * Update kubernetes-e2e charm to fail when test suite fails
    
        * Update Juju charms to use snaps
    
        * Add registry action to the kubernetes-worker charm
    
        * Add support for kube-proxy cluster-cidr option to kubernetes-worker charm
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
  9. internal/logger/targets.go

    	for _, target := range targets {
    		go target.Cancel()
    	}
    }
    
    // UpdateHTTPWebhooks swaps system webhook targets with newly loaded ones from the cfg
    func UpdateHTTPWebhooks(ctx context.Context, cfgs map[string]http.Config) (errs []error) {
    	return updateHTTPTargets(ctx, cfgs, &systemTargets)
    }
    
    // UpdateAuditWebhooks swaps audit webhook targets with newly loaded ones from the cfg
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Apr 02 22:56:14 GMT 2024
    - 6.1K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/url-no-decoding/pom.xml

      <distributionManagement>
        <repository>
          <id>dist</id>
          <url>scm:svn:svn+ssh://dist.apache.org/spacy%20path</url>
        </repository>
        <snapshotRepository>
          <id>snap</id>
          <url>scm:svn:svn+ssh://snap.apache.org/spacy%20path</url>
        </snapshotRepository>
        <site>
          <id>site</id>
          <url>scm:svn:svn+ssh://site.apache.org/spacy%20path</url>
        </site>
      </distributionManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.1K bytes
    - Viewed (0)
Back to top