Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Pairing (0.18 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

          <timezone>+1</timezone>
          <properties>
            <contributor>yes</contributor>
          </properties>
        </contributor>
      </contributors>
    
      <mailingLists>
        <mailingList>
          <name>project-mailing-list</name>
          <subscribe>subscribe@</subscribe>
          <unsubscribe>unsubscribe@</unsubscribe>
          <post>post@</post>
          <archive>mail-archive</archive>
          <otherArchives>
    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)
  2. maven-core/src/test/resources-project-builder/mailing-lists-inheritance/pom.xml

      <groupId>org.apache.maven.its.mng3843</groupId>
      <artifactId>parent-1</artifactId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <mailingLists>
        <mailingList>
          <name>parent-mailing-list</name>
        </mailingList>
      </mailingLists>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.1K bytes
    - Viewed (0)
  3. android/pom.xml

                       Why? At some point, presumably after
                       https://github.com/google/guava/commit/e06a8cec65815599e510d7f9c1ea9d2a8eaa438a,
                       builds with JDK8 began failing animal-sniffer with the error:
    
                       Failed to check signatures: Bad class file .../CollectionFuture$ListFuture.class
    
                       One way of dealing with that would be to disable
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml

      <groupId>maven.t02</groupId>
      <artifactId>p2</artifactId>
      <packaging>pom</packaging>
      <name>p2</name>
      <version>1.0</version>
      <mailingLists>
        <mailingList>
          <name>mailing-list</name>
        </mailingList>
      </mailingLists>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.1K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/mailing-lists-inheritance/child-2/pom.xml

      <groupId>org.apache.maven.its.mng3843.child</groupId>
      <artifactId>child-2</artifactId>
      <version>0.2</version>
      <packaging>jar</packaging>
    
      <mailingLists>
        <mailingList>
          <name>child-mailing-list</name>
        </mailingList>
      </mailingLists>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          <timezone>+1</timezone>
          <properties>
            <contributor>yes</contributor>
          </properties>
        </contributor>
      </contributors>
    
      <mailingLists>
        <mailingList>
          <name>project-mailing-list</name>
          <subscribe>subscribe@</subscribe>
          <unsubscribe>unsubscribe@</unsubscribe>
          <post>post@</post>
          <archive>mail-archive</archive>
          <otherArchives>
    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/resources-project-builder/pom-inheritance/pom.xml

        </developer>
      </developers>
      <contributors>
        <contributor>
          <name>parent-contributor</name>
        </contributor>
      </contributors>
    
      <mailingLists>
        <mailingList>
          <name>parent-mailing-list</name>
        </mailingList>
      </mailingLists>
    
      <prerequisites>
        <maven>2.0</maven>
      </prerequisites>
    
      <modules>
        <module>child-1</module>
        <module>child-2</module>
      </modules>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 5K bytes
    - Viewed (0)
Back to top