Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

                boolean sourceDominant,
                Map<Object, Object> context) {
            if (sourceDominant) {
                target.setUniqueVersion(source.isUniqueVersion());
                target.setLocation("uniqueVersion", source.getLocation("uniqueVersion"));
            }
        }
    
        protected void mergeSite(Site target, Site source, boolean sourceDominant, Map<Object, Object> context) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K 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