Interface MavenRepository

All Known Implementing Classes:
MockMavenRepository

public interface MavenRepository
A Maven repository which keeps released artifacts.
Author:
jonmv
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id of the artifact whose releases this tracks.
    Returns metadata about all releases of a specific artifact to this repository.
  • Method Details

    • metadata

      Metadata metadata()
      Returns metadata about all releases of a specific artifact to this repository.
    • artifactId

      ArtifactId artifactId()
      Returns the id of the artifact whose releases this tracks.