From 4661db3f926904406da12b14b72905d456150e93 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. --- dev-support/eclipse-styles.xml | 304 +++++++++++++++++++++++++++++++++++++++++ pom.xml | 12 ++ testutils/ptest2/pom.xml | 2 +- 3 files changed, 317 insertions(+), 1 deletion(-) create mode 100644 dev-support/eclipse-styles.xml diff --git a/dev-support/eclipse-styles.xml b/dev-support/eclipse-styles.xml new file mode 100644 index 0000000..e646d29 --- /dev/null +++ b/dev-support/eclipse-styles.xml @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 2b91846..d634a67 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}/dev-support/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)