Interface MavenRepository


public interface MavenRepository
  • Method Details

    • getId

      @Nullable @Nullable String getId()
    • getUri

      String getUri()
      Not a URI because this could be a property reference.
    • getReleases

      @Nullable @Nullable String getReleases()
    • getSnapshots

      @Nullable @Nullable String getSnapshots()
    • isKnownToExist

      boolean isKnownToExist()
    • getUsername

      @Nullable @Nullable String getUsername()
    • getPassword

      @Nullable @Nullable String getPassword()
    • getDeriveMetadataIfMissing

      @Nullable @Nullable Boolean getDeriveMetadataIfMissing()