Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for raised (0.31 sec)

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

            <version>2.1-SNAPSHOT</version>
            <configuration>
              <propertiesFile>FAILED</propertiesFile>
              <listParam>
                <listParam>FAILED-1</listParam>
                <listParam>FAILED-3</listParam>
                <listParam>FAILED-2</listParam>
                <listParam>FAILED-4</listParam>
              </listParam>
              <parent>PASSED</parent>
            </configuration>
          </plugin>
        </plugins>
      </build>
    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/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)
  3. maven-core/src/test/resources-project-builder/profile-properties-interpolation/pom.xml

      <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. -->
          <properties>
            <test>PASSED</test>
            <test1>PASSED</test1>
          </properties>
        </profile>
      </profiles>
    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)
  4. maven-core/src/test/resources-project-builder/jdk-activation/pom.xml

          <activation>
            <jdk>[1.4,)</jdk>
          </activation>
          <properties>
            <jdkProperty1>PASSED</jdkProperty1>
          </properties>
        </profile>
        <profile>
          <id>test-2</id>
          <activation>
            <jdk>(,100)</jdk>
          </activation>
          <properties>
            <jdkProperty2>PASSED</jdkProperty2>
          </properties>
        </profile>
        <profile>
          <id>test-3</id>
          <activation>
    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)
  5. 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)
Back to top