Repository: hadoop Updated Branches: refs/heads/trunk 2d5c09b84 -> 09e6caec3
HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/09e6caec Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/09e6caec Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/09e6caec Branch: refs/heads/trunk Commit: 09e6caec3dbba257f11fe7246d4c25ee8fc95d8b Parents: 2d5c09b Author: Akira Ajisaka <[email protected]> Authored: Wed Apr 5 12:45:28 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Apr 5 12:45:28 2017 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/09e6caec/hadoop-hdfs-project/hadoop-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 9e59a31..65c3943 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -386,6 +386,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <exclude>src/test/resources/editsStored*</exclude> <exclude>src/test/resources/empty-file</exclude> <exclude>src/main/webapps/datanode/robots.txt</exclude> + <exclude>src/main/webapps/hdfs/robots.txt</exclude> + <exclude>src/main/webapps/journal/robots.txt</exclude> + <exclude>src/main/webapps/secondary/robots.txt</exclude> <exclude>src/contrib/**</exclude> <exclude>src/site/resources/images/*</exclude> <exclude>src/main/webapps/static/bootstrap-3.0.2/**</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
