This is an automated email from the ASF dual-hosted git repository. bharat pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 05c84ab HDDS-977. Exclude dependency-reduced-pom.xml from ozone rat check. Contributed by Elek, Marton. 05c84ab is described below commit 05c84ab01c08d37457bb5aa40df61f45c7ed5fd4 Author: Márton Elek <e...@apache.org> AuthorDate: Fri Jan 11 10:33:29 2019 +0100 HDDS-977. Exclude dependency-reduced-pom.xml from ozone rat check. Contributed by Elek, Marton. --- hadoop-ozone/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index 5ed8254..b429592 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -293,6 +293,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <exclude>webapps/static/nvd3-1.8.5.min.css</exclude> <exclude>webapps/static/nvd3-1.8.5.min.js.map</exclude> <exclude>webapps/static/nvd3-1.8.5.min.js</exclude> + <exclude>**/dependency-reduced-pom.xml</exclude> </excludes> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org