You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by jf...@apache.org on 2019/07/16 08:15:26 UTC

[incubator-iotdb] branch rel/0.8 updated: Fixed minor formatting issues in pom files.

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

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


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new f1442f4  Fixed minor formatting issues in pom files.
f1442f4 is described below

commit f1442f419b22b2a0d06653888f8c5c5ceb025cb5
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Tue Jul 16 10:15:02 2019 +0200

    Fixed minor formatting issues in pom files.
---
 grafana/pom.xml     | 2 +-
 jdbc/pom.xml        | 3 ++-
 pom.xml             | 6 +++---
 service-rpc/pom.xml | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/grafana/pom.xml b/grafana/pom.xml
index 9dd1c01..ed1bef7 100644
--- a/grafana/pom.xml
+++ b/grafana/pom.xml
@@ -159,7 +159,7 @@
                                     <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                                         <resource>META-INF/spring.schemas</resource>
                                     </transformer>
-                                    <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                                    <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                                     <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                         <mainClass>${start-class}</mainClass>
                                     </transformer>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index e3dcc1a..adfd5a8 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -103,6 +103,7 @@
                     <excludes>
                         <exclude>example/data/kafka_data.csv</exclude>
                         <exclude>**/*.iml</exclude>
+                        <exclude>**/*.log</exclude>
                     </excludes>
                 </configuration>
             </plugin>
@@ -136,7 +137,7 @@
                                                 </goals>
                                             </pluginExecutionFilter>
                                             <action>
-                                                <ignore />
+                                                <ignore/>
                                             </action>
                                         </pluginExecution>
                                     </pluginExecutions>
diff --git a/pom.xml b/pom.xml
index 359b973..c47cb50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@
         <connection>scm:git:https://github.com/apache/incubator-iotdb.git</connection>
         <developerConnection>scm:git:https://github.com/apache/incubator-iotdb.git</developerConnection>
         <url>https://github.com/apache/incubator-iotdb</url>
-      <tag>rel/0.8</tag>
-  </scm>
+        <tag>rel/0.8</tag>
+    </scm>
     <!-- Properties Management -->
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
@@ -243,7 +243,7 @@
                                 </requireJavaVersion>
                                 <!-- Disabled for now as it breaks the ability to build single modules -->
                                 <!--reactorModuleConvergence/-->
-                                <banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" />
+                                <banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies"/>
                             </rules>
                         </configuration>
                     </execution>
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index 2fabed2..7bb49c0 100644
--- a/service-rpc/pom.xml
+++ b/service-rpc/pom.xml
@@ -100,7 +100,7 @@
                                                 </goals>
                                             </pluginExecutionFilter>
                                             <action>
-                                                <ignore />
+                                                <ignore/>
                                             </action>
                                         </pluginExecution>
                                         <pluginExecution>