Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isUseLegacyLocalRepository (0.23 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java

            copy.setNoSnapshotUpdates(original.isNoSnapshotUpdates());
            copy.setExecutionListener(original.getExecutionListener());
            copy.setUseLegacyLocalRepository(original.isUseLegacyLocalRepository());
            copy.setBuilderId(original.getBuilderId());
            copy.setStartTime(original.getStartTime());
            return copy;
        }
    
        @Override
        public String getBaseDirectory() {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java

         * {@code aether.artifactResolver.simpleLrmInterop} that provides similar semantics. This method should
         * be never invoked, and always returns {@code false}.
         */
        @Deprecated
        boolean isUseLegacyLocalRepository();
    
        /**
         * @since 3.1
         * @deprecated Since 3.9 there is no direct Maven2 interop offered at LRM level. See
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top