GitHub user rajinisivaram opened a pull request:

    https://github.com/apache/kafka/pull/361

    MINOR: Add new build target for system test libs

    KAFKA-2644 adds MiniKdc for system tests and hence needs a target to 
collect all MiniKdc jars. At the moment, system tests run `gradlew jar`. 
Replacing that with `gradlew systemTestLibs` will enable kafka jars and test 
dependency jars to be built and copied into appropriate locations. Submitting 
this as a separate PR so that the new target can be added to the build scripts 
that run system tests before KAFKA-2644 is committed. A separate target for 
system test artifacts will allow dependency changes to be made in future 
without breaking test runs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajinisivaram/kafka kafka-systemTestLibs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/361.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 #361
    
----
commit c4925d71bcc248c566a04a6348a216870f56243a
Author: Rajini Sivaram <rajinisiva...@googlemail.com>
Date:   2015-10-26T19:07:21Z

    MINOR: Add new build target for system test libs

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to