You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/02/06 19:04:31 UTC

[incubator-pinot] branch master updated: Fix some indentation for the pom files (#3797)

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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f28352  Fix some indentation for the pom files (#3797)
2f28352 is described below

commit 2f2835250dc1e5e100b64f244f549e8cb185619c
Author: Xiaotian (Jackie) Jiang <17...@users.noreply.github.com>
AuthorDate: Wed Feb 6 11:04:26 2019 -0800

    Fix some indentation for the pom files (#3797)
---
 pinot-hadoop/pom.xml    | 32 ++++++++++++++++----------------
 pinot-server/pom.xml    | 12 ++++++------
 pinot-tools/pom.xml     |  6 +++---
 pinot-transport/pom.xml |  6 +++---
 pom.xml                 | 12 ++++++------
 5 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/pinot-hadoop/pom.xml b/pinot-hadoop/pom.xml
index 9573ce1..a7e5ad5 100644
--- a/pinot-hadoop/pom.xml
+++ b/pinot-hadoop/pom.xml
@@ -51,7 +51,7 @@
                 </goals>
                 <configuration>
                   <transformers>
-                    <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>org.apache.pinot.hadoop.PinotHadoopJobLauncher</mainClass>
                     </transformer>
@@ -141,21 +141,21 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-shade-plugin</artifactId>
-          <version>2.3</version>
-          <configuration>
-            <createDependencyReducedPom>false</createDependencyReducedPom>
-            <filters>
-              <filter>
-                <artifact>*:*</artifact>
-                <excludes>
-                  <exclude>META-INF/*.SF</exclude>
-                  <exclude>META-INF/*.DSA</exclude>
-                  <exclude>META-INF/*.RSA</exclude>
-                </excludes>
-              </filter>
-            </filters>
-          </configuration>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>2.3</version>
+        <configuration>
+          <createDependencyReducedPom>false</createDependencyReducedPom>
+          <filters>
+            <filter>
+              <artifact>*:*</artifact>
+              <excludes>
+                <exclude>META-INF/*.SF</exclude>
+                <exclude>META-INF/*.DSA</exclude>
+                <exclude>META-INF/*.RSA</exclude>
+              </excludes>
+            </filter>
+          </filters>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml
index 0a547ed..294fbcc 100644
--- a/pinot-server/pom.xml
+++ b/pinot-server/pom.xml
@@ -214,13 +214,13 @@
       <artifactId>jackson-jaxrs-json-provider</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.webjars</groupId>
-        <artifactId>swagger-ui</artifactId>
+      <groupId>org.webjars</groupId>
+      <artifactId>swagger-ui</artifactId>
       <exclusions>
-      <exclusion>
-        <groupId>com.fasterxml.jackson.jaxrs</groupId>
-        <artifactId>jackson-jaxrs-json-provider</artifactId>
-      </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.jackson.jaxrs</groupId>
+          <artifactId>jackson-jaxrs-json-provider</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- test -->
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 713e32e..21a2bb5 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -42,15 +42,15 @@
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-common</artifactId>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-server</artifactId>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-controller</artifactId>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-broker</artifactId>
     </dependency>
diff --git a/pinot-transport/pom.xml b/pinot-transport/pom.xml
index 5688246..716f3ce 100644
--- a/pinot-transport/pom.xml
+++ b/pinot-transport/pom.xml
@@ -67,9 +67,9 @@
       <artifactId>testng</artifactId>
       <scope>test</scope>
     </dependency>
-     <dependency>
-       <groupId>commons-cli</groupId>
-       <artifactId>commons-cli</artifactId>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.helix</groupId>
diff --git a/pom.xml b/pom.xml
index 53f0544..085ac69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -943,12 +943,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-      <!--
-        Configuration for unit/integration tests section 2 of 3 (plugins) STARTS HERE.
-        This is the core piece for being able to manage unit tests and
-        integration (='system') tests within Maven by using surefire.
-        See also: properties section and profiles section.
-      -->
+        <!--
+          Configuration for unit/integration tests section 2 of 3 (plugins) STARTS HERE.
+          This is the core piece for being able to manage unit tests and
+          integration (='system') tests within Maven by using surefire.
+          See also: properties section and profiles section.
+        -->
         <configuration>
           <testFailureIgnore>false</testFailureIgnore>
           <!-- Excludes integration tests when unit tests are run. -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org