This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new 548e284 Actually exclude the file this time 548e284 is described below commit 548e2848e19d2d7c10822df9fdd643f32b9516c4 Author: Sebb <s...@apache.org> AuthorDate: Sat Apr 3 00:12:15 2021 +0100 Actually exclude the file this time --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 88297aa..5f16ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -247,6 +247,7 @@ <!-- Should agree with config in build section --> <configuration> <excludes> + <exclude>.asf.yaml</exclude> </excludes> </configuration> </plugin> @@ -300,6 +301,7 @@ <!-- Should agree with config in build section --> <configuration> <excludes> + <exclude>.asf.yaml</exclude> </excludes> </configuration> </plugin>