Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for LIKE (0.16 sec)

  1. maven-core/src/test/resources-project-builder/boolean-interpolation/pom.xml

          <releases>
            <!-- That's the boolean POM field we would like to interpolate -->
            <enabled>${releasesEnabled}</enabled>
          </releases>
        </repository>
      </repositories>
    
      <build>
        <resources>
          <resource>
            <directory>src/main/resources</directory>
            <!-- That's the boolean POM field we would like to interpolate -->
            <filtering>${filter.resources}</filtering>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.5K bytes
    - Viewed (0)
  2. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

        <commonsCliVersion>1.0</commonsCliVersion>
        <!--
    
        Do not update this, Doxia will be decoupled completely from 3.x and someone can
        create a rendering engine for it if they like when the release stabilizes. JVZ
    
        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  3. guava-gwt/pom.xml

                  [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
    
                Turning up the log level, we see that GWT is trying to compile classes from other
                packages, like RangeTest. The reason for this is that GWT doesn't distinguish between
                .java files in c.g.c.collect.Collect, a module that the c.g.c.base test module inherits,
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  4. android/pom.xml

                  </path>
                </annotationProcessorPaths>
                <!-- Fork:
    
                     - for JDK8 because we use a javac9 bootclasspath
    
                     - for JDK9+ because we need args like add-exports
                     -->
                <fork>true</fork>
              </configuration>
            </plugin>
            <plugin>
              <artifactId>maven-jar-plugin</artifactId>
              <version>3.2.0</version>
    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)
  5. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

        <commonsCliVersion>1.0</commonsCliVersion>
        <!--
    
        Do not update this, Doxia will be decoupled completely from 3.x and someone can
        create a rendering engine for it if they like when the release stabilizes. JVZ
    
        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Sep 11 08:52:20 GMT 2021
    - 22.4K bytes
    - Viewed (0)
  6. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

        <commonsCliVersion>1.0</commonsCliVersion>
        <!--
    
        Do not update this, Doxia will be decoupled completely from 3.x and someone can
        create a rendering engine for it if they like when the release stabilizes. JVZ
    
        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/profile-properties-interpolation/pom.xml

      <description>
        Test that build properties defined via active profiles are used for
        interpolation.
      </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>
    
    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)
  8. pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<groupId>org.codelibs</groupId>
    	<artifactId>curl4j</artifactId>
    	<version>1.2.9-SNAPSHOT</version>
    	<packaging>jar</packaging>
    	<name>cUrl-Like Java client</name>
    	<inceptionYear>2011</inceptionYear>
    	<licenses>
    		<license>
    			<name>The Apache Software License, Version 2.0</name>
    			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    XML
    - Registered: Thu Apr 25 15:34:08 GMT 2024
    - Last Modified: Thu Jan 04 12:50:27 GMT 2024
    - 4K bytes
    - Viewed (0)
Back to top