Repository: logging-log4j2
Updated Branches:
  refs/heads/master a0a97b5fb -> d95dc7dc5


Add Dockerfile to ignored distribution files


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d95dc7dc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d95dc7dc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d95dc7dc

Branch: refs/heads/master
Commit: d95dc7dc5699b228f74c8075789b82db617e35f5
Parents: a0a97b5
Author: Matt Sicker <[email protected]>
Authored: Tue Jan 3 23:23:23 2017 -0600
Committer: Matt Sicker <[email protected]>
Committed: Tue Jan 3 23:23:23 2017 -0600

----------------------------------------------------------------------
 log4j-distribution/src/assembly/src.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d95dc7dc/log4j-distribution/src/assembly/src.xml
----------------------------------------------------------------------
diff --git a/log4j-distribution/src/assembly/src.xml 
b/log4j-distribution/src/assembly/src.xml
index 46367ae..b38a99d 100644
--- a/log4j-distribution/src/assembly/src.xml
+++ b/log4j-distribution/src/assembly/src.xml
@@ -58,6 +58,7 @@
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.idea(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.settings(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?Vagrantfile(/.*)?]</exclude>
+        
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?Dockerfile(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.externalToolBuilders(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.deployables(/.*)?]</exclude>
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.wtpmodules(/.*)?]</exclude>

Reply via email to