Repository: hadoop Updated Branches: refs/heads/branch-2.8 dd5d0103d -> 20fa7664d
HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri. (cherry picked from commit f597f4c43e0a6e2304b9bcaf727d6d8d15a365f9) (cherry picked from commit d2d0872f4d109b09cdc3d8e9b163544e56469621) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/20fa7664 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/20fa7664 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/20fa7664 Branch: refs/heads/branch-2.8 Commit: 20fa7664d17f7a7d8179e143ae35dfc1eb6f44e8 Parents: dd5d010 Author: Akira Ajisaka <[email protected]> Authored: Tue Mar 7 15:14:55 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue Mar 7 15:17:42 2017 +0900 ---------------------------------------------------------------------- hadoop-tools/hadoop-aws/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/20fa7664/hadoop-tools/hadoop-aws/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml index 35d9327..54a7338 100644 --- a/hadoop-tools/hadoop-aws/pom.xml +++ b/hadoop-tools/hadoop-aws/pom.xml @@ -183,7 +183,7 @@ <exclude>**/ITestJets3tNativeS3FileSystemContract.java</exclude> <exclude>**/ITest*Root*.java</exclude> <exclude>**/ITestS3AFileContextStatistics.java</exclude> - <include>**/ITestS3AHuge*.java</include> + <exclude>**/ITestS3AHuge*.java</exclude> </excludes> </configuration> </execution> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
