Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getConnection (0.23 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/MavenModelMerger.java

            String src = source.getConnection();
            if (src != null) {
                if (sourceDominant) {
                    builder.connection(src);
                    builder.location("connection", source.getLocation("connection"));
                } else if (target.getConnection() == null) {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 22.8K bytes
    - Viewed (0)
Back to top