You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:30 UTC

[29/50] [abbrv] incubator-apex-core git commit: APEX-197 #resolve #comment making the types of files excluded consistent

APEX-197 #resolve #comment making the types of files excluded consistent


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/8f3c9ea4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8f3c9ea4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8f3c9ea4

Branch: refs/heads/master
Commit: 8f3c9ea46beedea6992ea57a1e60ed94d4f82594
Parents: dc40027
Author: Chandni Singh <cs...@apache.org>
Authored: Wed Oct 14 16:48:11 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Sat Oct 17 23:13:53 2015 -0700

----------------------------------------------------------------------
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8f3c9ea4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a7ccc90..6aad8c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,11 +109,10 @@
             <exclude>DISCLAIMER</exclude>
             <exclude>LICENSE</exclude>
             <exclude>NOTICE</exclude>
-            <exclude>license.txt</exclude>
             <exclude>**/*.md</exclude>
             <exclude>**/*.txt</exclude>
+            <exclude>**/*.importorder</exclude>
             <exclude>**/archetype-resources/**</exclude>
-            <exclude>src/test/resources/projects/basic/goal.txt</exclude>
           </excludes>
           <mapping>
             <dtcli>SCRIPT_STYLE</dtcli>
@@ -187,11 +186,11 @@
             <exclude>.idea/**</exclude>
             <exclude>**/src/test/resources/**/MANIFEST.MF</exclude>
             <exclude>**/src/test/resources/**/*.json</exclude>
-            <exclude>**/src/test/resources/**/*.txt</exclude>
             <exclude>**/resources/META-INF/services/**</exclude>
-            <exclude>CHANGELOG.md</exclude>
             <exclude>**/archetype-resources/**</exclude>
-            <exclude>README.md</exclude>
+            <exclude>**/*.md</exclude>
+            <exclude>**/*.txt</exclude>
+            <exclude>**/*.importorder</exclude>
           </excludes>
         </configuration>
       </plugin>