From c61636cfb3aac24ee9197ba18732908888f4f056 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 23 Aug 2018 22:44:44 +0100 Subject: [PATCH 1/2] .idea/*.iml: remove intellij project files --- .idea/.name | 1 - .idea/checkstyle-idea.xml | 10 -- .idea/codeStyleSettings.xml | 105 ------------------ .idea/encodings.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 60 ---------- .../inspectionProfiles/profiles_settings.xml | 7 -- .idea/modules.xml | 8 -- .idea/vcs.xml | 6 - wiser-assertions.iml | 33 ------ 9 files changed, 236 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/codeStyleSettings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 wiser-assertions.iml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index aa042d1..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -wiser-assertions \ No newline at end of file diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 9d5b48d..0000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index fb808ee..0000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index b26911b..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index b42a9f8..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0cf1fee..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/wiser-assertions.iml b/wiser-assertions.iml deleted file mode 100644 index 2bfebb1..0000000 --- a/wiser-assertions.iml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 1dcc74b61dcbe3891ec50d49586538c8fb728fad Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 23 Aug 2018 22:45:16 +0100 Subject: [PATCH 2/2] pom: remove coveralls plugin --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 36c4a04..f11e927 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,6 @@ 1.10.19 3.1.1 4.2.6.RELEASE - 4.3.0 0 0 @@ -92,12 +91,6 @@ - - org.eluder.coveralls - coveralls-maven-plugin - ${coveralls-maven-plugin.version} - - io.repaint.maven tiles-maven-plugin