You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Nanda kumar (JIRA)" <ji...@apache.org> on 2018/04/03 14:07:00 UTC

[jira] [Created] (HDFS-13391) Ozone: Make dependency of internal sub-module scope as provided in maven.

Nanda kumar created HDFS-13391:
----------------------------------

             Summary: Ozone: Make dependency of internal sub-module scope as provided in maven.
                 Key: HDFS-13391
                 URL: https://issues.apache.org/jira/browse/HDFS-13391
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: ozone
            Reporter: Nanda kumar
            Assignee: Nanda kumar


Whenever an internal sub-module is added as a dependency the scope has to be set to {{provided}}.
If the scope is not mentioned it falls back to default scope which is {{compile}}, this makes the dependency jar (sub-module jar) to be copied to {{share/..../lib}} directory while packaging. Since we use {{copyifnotexists}} logic, the binary jar of the actual sub-module will not be copied. This will result in the jar being placed in the wrong location inside the distribution.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org