From d461c890e3eae332c3ee9edf0d4920bb034d154f Mon Sep 17 00:00:00 2001 From: m1ch1 Date: Mon, 27 Feb 2012 00:33:46 -0800 Subject: [PATCH] gh-67 use checkstyle. --- CHANGELOG | 2 ++ build-tools/pom.xml | 7 ------- .../src/main/resources/checkstyle.xml => checkstyle.xml | 0 pom.xml | 9 +-------- 4 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 build-tools/pom.xml rename build-tools/src/main/resources/checkstyle.xml => checkstyle.xml (100%) diff --git a/CHANGELOG b/CHANGELOG index 341e580891..e97c7bd7e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +- gh-67 Use checkstyle (m1ch1) + 0.1.4 - 2/22/12 - Fixes for Cassandra 0.7 client (tjake) diff --git a/build-tools/pom.xml b/build-tools/pom.xml deleted file mode 100644 index 72a07a30f1..0000000000 --- a/build-tools/pom.xml +++ /dev/null @@ -1,7 +0,0 @@ - - 4.0.0 - com.yahoo.ycsb - build-tools - 0.1.4 - Build Tools - diff --git a/build-tools/src/main/resources/checkstyle.xml b/checkstyle.xml similarity index 100% rename from build-tools/src/main/resources/checkstyle.xml rename to checkstyle.xml diff --git a/pom.xml b/pom.xml index bc181f5603..1325e918e3 100644 --- a/pom.xml +++ b/pom.xml @@ -88,15 +88,8 @@ 2.6 true - + checkstyle.xml - validate