minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

Get latest minio-java version from Maven #318

Closed kannappanr closed 5 years ago

kannappanr commented 5 years ago

Always get the latest minio-java version from Maven. There is a time difference when latest tag gets updated in github, but publishing to maven takes some time.

If mint build happens within that time, when the latest release tag is not yet published to maven, it will fail.

Always reading the latest version directly from Maven fixes this behavior.