Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for module_name (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java

                    for (String modulePath : modules) {
                        String moduleName = modulePath;
    
                        if (moduleName.endsWith("/") || moduleName.endsWith("\\")) {
                            moduleName = moduleName.substring(0, moduleName.length() - 1);
                        }
    
                        int lastSlash = moduleName.lastIndexOf('/');
    
                        if (lastSlash < 0) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Aug 29 12:47:20 UTC 2025
    - 67K bytes
    - Viewed (0)
Back to top