Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Bounds (0.23 sec)

  1. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultDependencyResolverResult.java

                }
                /*
                 * If the dependency has no module information, search for an artifact of the same groupId
                 * and artifactId. If one is found, we are patching that module. If none is found, add the
                 * dependency as a normal dependency.
                 */
                if (type == null) {
                    Path main = findArtifactPath(dep.getGroupId(), dep.getArtifactId());
    Java
    - Registered: Sun Mar 24 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 14.2K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultDependencyResolverResult.java

                }
                /*
                 * If the dependency has no module information, search for an artifact of the same groupId
                 * and artifactId. If one is found, we are patching that module. If none is found, add the
                 * dependency as a normal dependency.
                 */
                if (type == null) {
                    Path main = findArtifactPath(dep.getGroupId(), dep.getArtifactId());
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 14.2K bytes
    - Viewed (0)
Back to top