Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. CONTRIBUTING.md

     limitations under the License.
    -->
    Contributing to Apache Maven
    ======================
    
    You have found a bug or you have an idea for a cool new feature? Contributing
    code is a great way to give something back to the open source community. Before
    you dig right into the code, there are a few guidelines that we need
    contributors to follow so that we can have a chance of keeping on top of
    things.
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 10 09:48:27 GMT 2021
    - 4.7K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

                    }
    
                    isDigit = false;
                }
            }
    
            if (version.length() > startIndex) {
                // 1.0.0.X1 < 1.0.0-X2
                // treat .X as -X for any string qualifier X
                if (!isDigit && !list.isEmpty()) {
                    list.add(list = new ListItem());
                    stack.push(list);
                }
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 26K bytes
    - Viewed (0)
Back to top