Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forwardly (0.14 sec)

  1. maven-core/src/main/java/org/apache/maven/ReactorReader.java

                    return Collections.emptyMap();
                }
            }
            return projects;
        }
    
        /**
         * Singleton class used to receive events by implementing the EventSpy.
         * It simply forwards all {@code ExecutionEvent}s to the {@code ReactorReader}.
         */
        @Named
        @Singleton
        @SuppressWarnings("unused")
        static class ReactorReaderSpy implements EventSpy {
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 16:33:18 GMT 2024
    - 21.3K bytes
    - Viewed (0)
Back to top