Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addSnapshotVersionLegacy (0.08 seconds)

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

  1. compat/maven-repository-metadata/src/test/java/org/apache/maven/artifact/repository/metadata/MetadataTest.java

            Date after = new Date(System.currentTimeMillis());
            // legacy metadata did not have "versioning.snapshotVersions"
            addSnapshotVersionLegacy(target.getVersioning(), before, 1);
            addSnapshotVersionLegacy(source.getVersioning(), after, 2);
            // although nothing has changed merge returns true, as the last modified date is equal
            // TODO: improve merge here?
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 13.7K bytes
    - Click Count (0)
Back to Top