Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java

                    return Collections.emptyList();
                }
            } catch (ProjectBuildingException e) {
                boolean fallThrough = isModuleOutsideRequestScopeDependingOnPluginModule(request, e);
    
                if (fallThrough) {
                    LOGGER.debug(
                            "Multi module project collection failed:{}"
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Sep 22 09:07:17 GMT 2023
    - 9.1K bytes
    - Viewed (0)
Back to top