From bf18a2879874d8bc468ca76100db2fa16860802c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 26 Apr 2023 18:55:30 +0200 Subject: Remove tests harness I'm not using tests here, so rather than keep useless tests cluttering the project I decided to remove them. This causes the `mvn package` task to fail, so I added a skip test configuration on the Maven Surefire plugin as described by smp7d (https://stackoverflow.com/users/395975/smp7d) on Stack Overflow: https://stackoverflow.com/questions/7456006/maven-package-install-without-test-skip-tests/7502723#7502723 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 982b75c..a5924eb 100644 --- a/pom.xml +++ b/pom.xml @@ -35,13 +35,6 @@ 1.5.0 compile - - - junit - junit - 3.8.1 - test - @@ -119,6 +112,13 @@ + + + maven-surefire-plugin + + true + + -- cgit v1.2.3