Andreas Neumann created TWILL-33:
------------------------------------
Summary: Restructure project to remove Cloudera repo from distro
Key: TWILL-33
URL: https://issues.apache.org/jira/browse/TWILL-33
Project: Apache Twill
Issue Type: Task
Reporter: Andreas Neumann
Assignee: Terence Yim
Currently, the pom adds the Cloudera repo for maven dependencies. This is
needed so that we can test against Cloudera releases of Hadoop, especially
CDH4.5 which is not API compatible with Apache Hadoop. But adding the repo to
the main pom means that we may get any artifact from that repo, and it also
gets included in the distro.
A better way is to add a new module that performs only those tests but does not
produce any artifact. The module's pom can add the Cloudera repo without
"polluting" the distro.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)