Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for passed (0.2 sec)

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

              -->
              <propertiesFile>PASSED</propertiesFile>
              <stringParams>
                <stringParam>PASSED-1</stringParam>
                <stringParam>PASSED-3</stringParam>
                <stringParam>PASSED-2</stringParam>
                <stringParam>PASSED-4</stringParam>
              </stringParams>
              <listParam>
                <listParam>PASSED-1</listParam>
                <listParam>PASSED-3</listParam>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.4K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/plugin-config-merging/pom.xml

                <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)
  3. maven-core/src/test/resources-project-builder/full-interpolation/pom.xml

        <property07>${property06}</property07>
        <property05>${property04}</property05>
        <property03>${property02}</property03>
        <property01>${property00}</property01>
        <property00>PASSED</property00>
        <property02>${property01}</property02>
        <property04>${property03}</property04>
        <property06>${property05}</property06>
        <property10>${property09}</property10>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.4K bytes
    - Viewed (0)
  4. src/main/resources/crawler/rule.xml

    			<!-- Supported MIME type -->
    			<arg>
      "(application/xml"
    + "|application/xhtml+xml"
    + "|application/rdf+xml"
    + "|application/pdf"
    + "|application/x-freemind"
    + "|text/xml"
    + "|text/xml-external-parsed-entity)"
    			</arg>
    		</postConstruct>
    	</component>
    
    	<component name="fsFileRule" class="org.codelibs.fess.crawler.rule.impl.RegexRule" >
    		<property name="ruleId">"fsFileRule"</property>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 04 08:42:49 GMT 2020
    - 4.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/profile-properties-interpolation/pom.xml

      </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)
  6. 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)
  7. maven-core/src/test/resources-project-builder/plugin-management-for-implicit-plugin/pom.xml

              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-resources-plugin</artifactId>
              <version>0.1-stub-SNAPSHOT</version>
              <configuration>
                <pathname>passed.txt</pathname>
              </configuration>
            </plugin>
            <plugin>
              <!-- this checks handling of a plugin which is explicitly bound to the lifecycle -->
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

              <association>
                <type>ActivationFile</type>
              </association>
            </field>
            <field>
              <name>packaging</name>
              <version>4.1.0+</version>
              <type>String</type>
              <description>Specifies that this profile will be activated based on the project's packaging.</description>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  9. android/pom.xml

                         (which is good: our tests have intentional violations), but
                         Error Prone doesn't know it's building test code unless we
                         pass -XepCompilingTestOnlyCode, and that argument needs to
                         be passed as part of the same <arg> as -Xplugin:ErrorProne,
                         and I gave up trying to figure out how to do that for test
                         compilation only. -->
    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