You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/10/12 01:46:00 UTC

[incubator-iotdb] 01/01: exclude .mvn/wrapper/maven-wrapper.jar

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch ignore_maven_jar
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 861c65451e377799de1970712c5ab55e398f5930
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Oct 12 09:45:27 2019 +0800

    exclude .mvn/wrapper/maven-wrapper.jar
---
 .gitignore | 4 +++-
 pom.xml    | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 18a7508..3eaa333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,9 @@ grafana/target/
 !grafana/.mvn/wrapper/maven-wrapper.jar
 grafana/.mvn/
 
+#skip the maven-wrapper.jar
+.mvn/wrapper/maven-wrapper.jar
+
 grafana/logs/
 *.log
 
@@ -79,7 +82,6 @@ grafana/data/
 
 grafana/data/test.csv
 **/lib/
-*.jar
 /target/
 *.tsfile
 tsfile/src/test/resources/*.ts
diff --git a/pom.xml b/pom.xml
index 164cc6c..f269bc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <module>spark-iotdb-connector</module>
         <module>distribution</module>
     </modules>
-<!-- Properties Management -->
+    <!-- Properties Management -->
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>