Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for mocking timetstamped snapshots #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2019

  1. Add support for mocking timetstamped snapshots

     * Ensure any poms loaded from the mrm repo directory that have timestamps for their versions are registered as snapshots, so that we can easily load them later
     * Add factory methods to Artifact to make it easier to build new Artifacts from an existing Artifact object definition
     * Make Artifact responsible for the parsing logic of timestamped versions, to avoid copying it into MockArtifactStore to use during its registration phase
     * Fix typos in FileSystemArtifactStore and ArtifactStoreFileSystem javadoc
    rjatkins committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    46e8e55 View commit details
    Browse the repository at this point in the history
  2. Improve support for mocking timestampted snapshots

     * Collect the timestamp and build number directly from the filename on disk, rather than relying on these to be embedded in the artifact version element. This matches standard maven repo behaviour.
    rjatkins committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    846b0b4 View commit details
    Browse the repository at this point in the history