You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2016/11/23 04:28:15 UTC

incubator-joshua git commit: Add exclusion for pom.xml.releaseBackup to assembly

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 754ee5a39 -> bfb7f53d9


Add exclusion for pom.xml.releaseBackup to assembly


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/bfb7f53d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/bfb7f53d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/bfb7f53d

Branch: refs/heads/master
Commit: bfb7f53d9751cf968c4f34277e6d0a71e47e26f8
Parents: 754ee5a
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Tue Nov 22 20:28:21 2016 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Tue Nov 22 20:28:21 2016 -0800

----------------------------------------------------------------------
 src/main/assembly/src.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/bfb7f53d/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index dc2fef2..6a9970a 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -54,6 +54,8 @@
         <exclude>**/ext/**</exclude>
         <!-- exclude thrax directories -->
         <exclude>**/thrax/</exclude>
+        <!-- exclude pom.xml.releaseBackup -->
+        <exclude>pom.xml.releaseBackup</exclude>
       </excludes>
     </fileSet>
   </fileSets>