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

MRELEASE-985 #18

Closed
wants to merge 2 commits into from
Closed

MRELEASE-985 #18

wants to merge 2 commits into from

Commits on Jun 24, 2017

  1. Override snapshot dependencies from command line.

    This commit copies resolved snapshot dependencies system properties to the release descriptor
    and then checks if the those resolved snapshot dependencies contain the SNAPSHOT artifact before
    before adding it as a SNAPSHOT dependency.
    
    Fixes: https://issues.apache.org/jira/browse/MRELEASE-985
    ptahchiev committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    f2775c8 View commit details
    Browse the repository at this point in the history
  2. Add a test-case for MRELEASE-985

    Check if by providing resolvedSnapshotDependencies from command line, the release process will not fail.
    ptahchiev committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    f9c5bcb View commit details
    Browse the repository at this point in the history