Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for outputTimestamp (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml

        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <!-- Fixed date for reproducible build -->
        <project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
      </properties>
    
      <build>
        <directory>${project.basedir}/target</directory>
        <outputDirectory>${project.build.directory}/classes</outputDirectory>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Apr 07 13:30:22 GMT 2025
    - 2.1K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml

        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <!-- Fixed date for reproducible build -->
        <project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
      </properties>
    
      <build>
        <directory>${project.basedir}/target</directory>
        <outputDirectory>${project.build.directory}/classes</outputDirectory>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Aug 07 14:31:13 GMT 2025
    - 2.6K bytes
    - Click Count (0)
  3. android/pom.xml

        <toolchains-maven-plugin.version>4.5.0</toolchains-maven-plugin.version>
        <truth.version>1.4.5</truth.version>
        <project.build.outputTimestamp>2025-01-02T00:00:00Z</project.build.outputTimestamp>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <!--
        Some tests need reflective access to the internals of these packages. It is only the
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 05 03:10:05 GMT 2025
    - 26.4K bytes
    - Click Count (0)
  4. pom.xml

        <toolchains-maven-plugin.version>4.5.0</toolchains-maven-plugin.version>
        <truth.version>1.4.5</truth.version>
        <project.build.outputTimestamp>2025-01-02T00:00:00Z</project.build.outputTimestamp>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <!--
        Some tests need reflective access to the internals of these packages. It is only the
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 05 03:10:05 GMT 2025
    - 26.1K bytes
    - Click Count (0)
  5. impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("UTF-8", pom.getValue("properties[1]/project.reporting.outputEncoding"));
            assertEquals("1980-02-01T00:00:00Z", pom.getValue("properties[1]/project.build.outputTimestamp"));
    
            assertEquals(1, ((List<?>) pom.getValue("dependencyManagement/dependencies")).size());
            assertEquals("org.apache.maven.its", pom.getValue("dependencyManagement/dependencies[1]/groupId"));
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 94.8K bytes
    - Click Count (0)
Back to Top