[
https://issues.apache.org/jira/browse/HDFS-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16455409#comment-16455409
]
Hudson commented on HDFS-13391:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14070 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14070/])
HDFS-13391. Ozone: Make dependency of internal sub-module scope as (omalley:
rev 7ae9543a5781020f381fed5c05a251cacb7e6a0d)
* (edit) hadoop-ozone/integration-test/pom.xml
* (edit) hadoop-hdsl/server-scm/pom.xml
* (edit) hadoop-ozone/common/pom.xml
* (edit) hadoop-ozone/objectstore-service/pom.xml
* (edit) hadoop-ozone/pom.xml
* (edit) hadoop-ozone/client/pom.xml
* (edit) hadoop-hdsl/framework/pom.xml
* (edit) hadoop-ozone/ozone-manager/pom.xml
* (edit) hadoop-hdsl/client/pom.xml
* (edit) hadoop-hdsl/container-service/pom.xml
* (edit) hadoop-tools/hadoop-ozone/pom.xml
* (edit) hadoop-hdsl/pom.xml
* (edit) hadoop-cblock/pom.xml
* (edit) hadoop-hdsl/common/pom.xml
* (edit) hadoop-hdsl/tools/pom.xml
* (edit) hadoop-ozone/tools/pom.xml
> 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
> Priority: Major
> Attachments: HDFS-13391-HDFS-7240.000.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]