Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNonTransferablePom (0.16 sec)

  1. maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

                        }
    
                        String message;
    
                        if (isMissingPom(e)) {
                            message = "Missing POM for " + artifact.getId();
                        } else if (isNonTransferablePom(e)) {
                            throw new ArtifactMetadataRetrievalException(
                                    "Failed to retrieve POM for " + artifact.getId() + ": "
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Sep 22 09:07:17 GMT 2023
    - 30.3K bytes
    - Viewed (0)
Back to top