You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2018/02/04 19:15:58 UTC

mnemonic git commit: MNEMONIC-461: Clean generated data files

Repository: mnemonic
Updated Branches:
  refs/heads/master c476763dc -> 1dc71263e


MNEMONIC-461: Clean generated data files


Project: http://git-wip-us.apache.org/repos/asf/mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/mnemonic/commit/1dc71263
Tree: http://git-wip-us.apache.org/repos/asf/mnemonic/tree/1dc71263
Diff: http://git-wip-us.apache.org/repos/asf/mnemonic/diff/1dc71263

Branch: refs/heads/master
Commit: 1dc71263e9665649571d80572a771437f3a1bf69
Parents: c476763
Author: Wang, Gang(Gary) <ga...@apache.org>
Authored: Sun Feb 4 11:15:39 2018 -0800
Committer: Wang, Gang(Gary) <ga...@apache.org>
Committed: Sun Feb 4 11:15:39 2018 -0800

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/1dc71263/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 409b2a2..af596d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,6 +222,7 @@
               <includes>
                 <!-- use to clear all jar files to prevent it from performing test if not built on jdk9 -->
                 <include>**/target/*.jar</include>
+                <inlcude>**/*.dat</inlcude>
               </includes>
             </fileset>
           </filesets>
@@ -331,7 +332,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>3.3</version>
-	  <configuration>
+          <configuration>
             <source>${java.version}</source>
             <target>${java.version}</target>
             <compilerArgs>