You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by to...@apache.org on 2017/02/18 14:30:25 UTC

incubator-joshua git commit: JOSHUA-324 - added exclude for release files

Repository: incubator-joshua
Updated Branches:
  refs/heads/master e6cd6adb1 -> 3b5146709


JOSHUA-324 - added exclude for release files


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

Branch: refs/heads/master
Commit: 3b51467090cfe57e10265e8d5646e14d906ce30c
Parents: e6cd6ad
Author: Tommaso Teofili <to...@apache.org>
Authored: Sat Feb 18 15:30:02 2017 +0100
Committer: Tommaso Teofili <to...@apache.org>
Committed: Sat Feb 18 15:30:02 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/3b514670/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index db47d65..99ed6d2 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -66,6 +66,9 @@
         <exclude>**/src/test/resources/berkeley_lm/**.gz</exclude>
         <!-- exclude IDEA files -->
         <exclude>**/*.iml</exclude>
+        <!-- exclude release files -->
+        <exclude>**/pom.xml.tag</exclude>
+        <exclude>**/release.properties</exclude>
       </excludes>
     </fileSet>
   </fileSets>