You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2018/01/31 04:26:00 UTC

[jira] [Created] (BEAM-3573) Test jars should export only tests

Kenneth Knowles created BEAM-3573:
-------------------------------------

             Summary: Test jars should export only tests
                 Key: BEAM-3573
                 URL: https://issues.apache.org/jira/browse/BEAM-3573
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Kenneth Knowles
            Assignee: Kenneth Knowles


Today, we have test-jars that are used as libraries for testing. That is not what "test jar" means, and dependency management actually does not work correctly for this. It is OK to depend on a test jar in order to run the tests therein, and not really OK to depend on one for another reason.

This ticket is a bucket ticket for fixes to this situation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)