Repository: hadoop Updated Branches: refs/heads/branch-3.0.0-alpha2 9a925cb8e -> 1337ef4ee
HADOOP-14004. Missing hadoop-cloud-storage-project module in pom.xml. Contributed by Akira Ajisaka. (cherry picked from commit 8a2e1d4cbe45f44f30e48f3fb5d840c1b074293e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f2b70eaa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f2b70eaa Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f2b70eaa Branch: refs/heads/branch-3.0.0-alpha2 Commit: f2b70eaafc4d704a42042a53ffaf1497e6481208 Parents: 9a925cb Author: Andrew Wang <[email protected]> Authored: Fri Jan 20 10:36:31 2017 -0800 Committer: Andrew Wang <[email protected]> Committed: Fri Jan 20 10:42:12 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f2b70eaa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 137dc16..b201892 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]
