GitHub user dlaboss opened a pull request:
https://github.com/apache/incubator-edgent/pull/338
add release validation check_jars.sh
Initial version of tools to help check that a release contains the
appropriate jars and they have the required metadata content.
This version lacks integration with Nexus - the real target of this
validation checking. If there's a tool that can download all of the
jars present in a nexus staging area then this tool can be run against
that downloaded tree.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlaboss/incubator-edgent check-jars-tool
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-edgent/pull/338.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #338
----
commit 68d0e7fe77969e33c11fe35a485f67b60990d5b7
Author: Dale LaBossiere <[email protected]>
Date: 2017-12-15T19:23:31Z
add release validation check_jars.sh
Initial version of tools to help check that a release contains the
appropriate jars and they have the required metadata content.
This version lacks integration with Nexus - the real target of this
validation checking. If there's a tool that can download all of the
jars present in a nexus staging area then this tool can be run against
that downloaded tree.
----
---