From a1867b05ba6443d32abc4049c26b92fc226d6f78 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 20 Mar 2021 18:37:22 +0700 Subject: Remove module 'run-all-junit-tests' from root POM -> speed up the build This module must be a relic from a test runner module once existing during the Ant build era, but transferred and kept alive in the Maven build. Actually, it almost doubles build time by running virtually all tests in all modules again when doing 'mvn test' from the project root. For now I only removed the module from the root POM, leaving behind comments there, in the module POM and in the now @Deprecated class RunTheseBeforeYouCommitTests. Signed-off-by: Alexander Kriegisch --- run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'run-all-junit-tests/src') diff --git a/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java b/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java index 4515959c9..6a55f133d 100644 --- a/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java +++ b/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java @@ -30,8 +30,11 @@ import junit.framework.Test; import junit.framework.TestSuite; /** + * TODO: Remove this class along with the whole module. Run 'mvn test' at the project root instead. + * * @author Andy Clement */ +@Deprecated public class RunTheseBeforeYouCommitTests { public static Test suite() { -- cgit v1.2.3