Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for corruptor (0.15 sec)

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

                                "must not be 'local'"
                                        + ", this identifier is reserved for the local repository"
                                        + ", using it for other repositories will corrupt your repository metadata.");
                    }
    
                    validateStringNotEmpty(problems, "mirrors.mirror.url", mirror.getUrl(), mirror.getId());
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 13.7K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/DefaultVersionResolver.java

                                                    .build())
                                            .build();
                                    throw new IOException("Snapshot information corrupted with remote repository data"
                                            + ", please verify that no remote repository uses the id '"
                                            + repository.getId() + "'");
                                }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  3. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                            null,
                            "must not be 'local'" + ", this identifier is reserved for the local repository"
                                    + ", using it for other repositories will corrupt your repository metadata.",
                            repository);
                }
    
                if ("legacy".equals(repository.getLayout())) {
                    addViolation(
                            problems,
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 13:13:07 GMT 2024
    - 73.1K bytes
    - Viewed (0)
Back to top