Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gray (0.14 sec)

  1. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java

                String checksumFileExtension,
                Wagon wagon)
                throws ResourceDoesNotExistException, TransferFailedException, AuthorizationException {
            try {
                // grab it first, because it's about to change...
                String actualChecksum = checksumObserver.getActualChecksum();
    
                File tempChecksumFile = new File(tempDestination + checksumFileExtension + ".tmp");
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Sep 14 11:48:15 GMT 2023
    - 29.9K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java

                mappings.put(phase, phaseBindings);
    
                if (phase.equals(lifecyclePhase)) {
                    break;
                }
            }
    
            /*
             * Grab plugin executions that are bound to the selected lifecycle phases from project. The effective model of
             * the project already contains the plugin executions induced by the project's packaging type. Remember, all
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 6.5K bytes
    - Viewed (0)
Back to top