From 47bfd40e7ee903e2d3d4f4a8e001af540cb20e96 Mon Sep 17 00:00:00 2001 From: "David Z. Chen" Date: Fri, 13 Jun 2014 14:31:59 -0700 Subject: [PATCH] HIVE-7230: Add Eclipse formatter file and apply Maven Eclipse plugin in root pom.xml. --- eclipse-styles.xml | 291 +++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 12 ++ testutils/ptest2/pom.xml | 2 +- 3 files changed, 304 insertions(+), 1 deletion(-) create mode 100644 eclipse-styles.xml diff --git a/eclipse-styles.xml b/eclipse-styles.xml new file mode 100644 index 0000000..6aaff3f --- /dev/null +++ b/eclipse-styles.xml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 2b91846..8e53caa 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,7 @@ 2.16 2.4 2.8 + 2.9 1.8 @@ -573,6 +574,17 @@ org.apache.maven.plugins + maven-eclipse-plugin + ${maven.eclipse.plugin.version} + + true + true + Hive + ${basedir}/eclipse-styles.xml + + + + org.apache.maven.plugins maven-enforcer-plugin ${maven.enforcer.plugin.version} diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml index 18cd680..f5434da 100644 --- a/testutils/ptest2/pom.xml +++ b/testutils/ptest2/pom.xml @@ -204,7 +204,7 @@ limitations under the License. org.apache.maven.plugins maven-eclipse-plugin - 2.9 + ${maven.eclipse.plugin.version} true true -- 1.8.3.4 (Apple Git-47)