Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for dialed (0.22 sec)

  1. maven-core/src/test/resources-project-builder/plugin-config-merging/pom.xml

              <version>2.1-SNAPSHOT</version>
              <configuration>
                <propertiesFile>FAILED</propertiesFile>
                <stringParams>
                  <stringParam>FAILED-1</stringParam>
                  <stringParam>FAILED-3</stringParam>
                  <stringParam>FAILED-2</stringParam>
                  <stringParam>FAILED-4</stringParam>
                </stringParams>
              </configuration>
            </plugin>
          </plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/jdk-activation/pom.xml

          <activation>
            <jdk>(100,)</jdk>
          </activation>
          <properties>
            <jdkProperty4>FAILED</jdkProperty4>
          </properties>
        </profile>
        <profile>
          <id>test-5</id>
          <activation>
            <jdk>(,1.4)</jdk>
          </activation>
          <properties>
            <jdkProperty5>FAILED</jdkProperty5>
          </properties>
        </profile>
      </profiles>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.8K bytes
    - Viewed (0)
  3. android/pom.xml

                       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
                       animal-sniffer. And that would be fine for our -jre builds:
    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-core/src/test/resources-project-builder/interpolation-cli-wins/pom.xml

      <name>Maven Integration Test :: MNG-4208</name>
      <description>
        Test that CLI properties specified by the user override project properties during interpolation.
      </description>
    
      <properties>
        <testProperty>FAILED</testProperty>
        <interpolatedProperty>${testProperty}</interpolatedProperty>
      </properties>
    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)
  5. maven-core/src/test/resources-project-builder/profile-properties-interpolation/pom.xml

      </description>
    
      <!--
        These are some POM elements we would like to interpolate with
        properties from the profile.
      -->
      <url>https://maven.apache.org/${test}
      </url>
      <properties>
        <test>FAILED</test>
        <property>${test}</property>
      </properties>
    
      <profiles>
        <profile>
          <id>interpolation-profile</id>
          <!-- This profile defines the properties to use for interpolation. -->
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 1.7K bytes
    - Viewed (0)
Back to top