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

Maven repo exists #1703

Merged
merged 3 commits into from Sep 16, 2016
Merged

Maven repo exists #1703

merged 3 commits into from Sep 16, 2016

Commits on Sep 16, 2016

  1. Clean up some trace calls

    Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
    bjhargrave committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    8236b2a View commit details
    Browse the repository at this point in the history
  2. maven repo: Clean up method name and accessibility

    Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
    bjhargrave committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    c61c3cd View commit details
    Browse the repository at this point in the history
  3. maven repo: Change exists to check remote repo

    It was including the local repo in the exists check, but since we likely
    just built the jar and put it in the local repo via the -buildrepo
    instruction, including the local repo in the exists check causes release
    to do nothing.
    
    Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
    bjhargrave committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    7db22a3 View commit details
    Browse the repository at this point in the history