Repository: hadoop Updated Branches: refs/heads/trunk e015b5631 -> d79c645b2
HADOOP-14004. Missing hadoop-cloud-storage-project module in pom.xml. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8a2e1d4c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8a2e1d4c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8a2e1d4c Branch: refs/heads/trunk Commit: 8a2e1d4cbe45f44f30e48f3fb5d840c1b074293e Parents: e015b56 Author: Andrew Wang <[email protected]> Authored: Fri Jan 20 10:36:31 2017 -0800 Committer: Andrew Wang <[email protected]> Committed: Fri Jan 20 10:36:31 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8a2e1d4c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7f24df1..2ca27c1 100644 --- a/pom.xml +++ b/pom.xml @@ -128,6 +128,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>hadoop-minicluster</module> <module>hadoop-client-modules</module> <module>hadoop-build-tools</module> + <module>hadoop-cloud-storage-project</module> </modules> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
