Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for uniqueVersion (0.05 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertNull(pom.getValue("distributionManagement/repository/name"));
            assertEquals(true, pom.getValue("distributionManagement/repository/uniqueVersion"));
            assertEquals("default", pom.getValue("distributionManagement/repository/layout"));
            assertEquals("child-snaps", pom.getValue("distributionManagement/snapshotRepository/id"));
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 94.8K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

          <description>Deployment repository contains the information needed for deploying to the remote
            repository, which adds {@code uniqueVersion} property to usual repository information for download.</description>
          <fields>
            <field>
              <name>uniqueVersion</name>
              <description>Whether to assign snapshots a unique version comprised of the timestamp and
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
Back to top