From 64203ee6e6ed78b8026e72dfe9182f111115b361 Mon Sep 17 00:00:00 2001 From: Christian Zirpins Date: Wed, 14 Jan 2015 15:02:09 +0100 Subject: [PATCH] cleanup --- pom.xml | 2 +- lib/scalastyle_config.xml => scalastyle_config.xml | 0 scray-const/pom.xml | 10 ---------- 3 files changed, 1 insertion(+), 11 deletions(-) rename lib/scalastyle_config.xml => scalastyle_config.xml (100%) delete mode 100644 scray-const/pom.xml diff --git a/pom.xml b/pom.xml index 768c002fe..f60b36aff 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ false ${basedir}/src/main/scala ${basedir}/src/test/scala - ${basedir}/lib/scalastyle_config.xml + ${basedir}/scalastyle_config.xml ${project.basedir}/target/scalastyle-output.xml UTF-8 diff --git a/lib/scalastyle_config.xml b/scalastyle_config.xml similarity index 100% rename from lib/scalastyle_config.xml rename to scalastyle_config.xml diff --git a/scray-const/pom.xml b/scray-const/pom.xml deleted file mode 100644 index a55378355..000000000 --- a/scray-const/pom.xml +++ /dev/null @@ -1,10 +0,0 @@ - - 4.0.0 - - scray - scray - 0.0.1-SNAPSHOT - - scray-const - scray-const - \ No newline at end of file