You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Alok Lal (JIRA)" <ji...@apache.org> on 2014/11/04 19:31:34 UTC

[jira] [Created] (ARGUS-155) Refactor version number of jars for running unit tests into the parent pom

Alok Lal created ARGUS-155:
------------------------------

             Summary: Refactor version number of jars for running unit tests into the parent pom
                 Key: ARGUS-155
                 URL: https://issues.apache.org/jira/browse/ARGUS-155
             Project: Argus
          Issue Type: Bug
            Reporter: Alok Lal


A few house keeping items should be taken care of related to unit tests:
- Version number of jars needed for unit tests and their scope should be refactored into the parent jar.
- Changed dependency of mockito from all to core.  All was valid when we had ant based build.  Given that we are not on maven having core will resolve transitive dependencies we are better off with core dependency to avoid conflicts.
- Some modules have test code in main, it should be in test.  Also prevent test code from getting deployed in production for those modules.
- Add a few new tests for core packages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)